Commit 209aa4fd authored by Paul Mundt's avatar Paul Mundt
Browse files

fb: SH-5 uses __raw I/O accessors now also, drop the special casing.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 4466b20c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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