diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-12 16:35:40 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 18:44:05 +0900 |
commit | 209aa4fdc39eacc145a7f9c32a4b9ffcc68912c6 (patch) | |
tree | 60feb56b4deed9e32749cc5e9a088504c1535772 /include/linux/fb.h | |
parent | 4466b20cfcfa718ff515b9e3886749cc025e2005 (diff) | |
download | linux-exynos-209aa4fdc39eacc145a7f9c32a4b9ffcc68912c6.tar.gz linux-exynos-209aa4fdc39eacc145a7f9c32a4b9ffcc68912c6.tar.bz2 linux-exynos-209aa4fdc39eacc145a7f9c32a4b9ffcc68912c6.zip |
fb: SH-5 uses __raw I/O accessors now also, drop the special casing.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/linux/fb.h')
-rw-r--r-- | include/linux/fb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index 75a81eaf3430..1ee63df5be92 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -888,7 +888,7 @@ struct fb_info { #define fb_writeq sbus_writeq #define fb_memset sbus_memset_io -#elif defined(__i386__) || defined(__alpha__) || defined(__x86_64__) || defined(__hppa__) || (defined(__sh__) && !defined(__SH5__)) || defined(__powerpc__) || defined(__avr32__) +#elif defined(__i386__) || defined(__alpha__) || defined(__x86_64__) || defined(__hppa__) || defined(__sh__) || defined(__powerpc__) || defined(__avr32__) #define fb_readb __raw_readb #define fb_readw __raw_readw |