summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@maxwell.earthlink.net>2002-10-23 20:59:49 -0700
committerJames Simmons <jsimmons@maxwell.earthlink.net>2002-10-23 20:59:49 -0700
commit1c4eac4e2078a9b4293334e53151c85d6f445f2c (patch)
tree37822242ca31bf8b3f4dedf2ef412d03669f5ef0 /include/linux
parentfb121c4ae6dc61405d00840c0fbea259ca218dcb (diff)
Moved over fbcon related files to the video/console directory. I also updated a few more drivers to the new api.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index 165128ccb130..e7a049eca95d 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -433,7 +433,7 @@ struct fb_info {
#define fb_writel sbus_writel
#define fb_memset sbus_memset_io
-#elif defined(__i386__) || defined(__alpha__) || defined(__x86_64__)
+#elif defined(__i386__) || defined(__alpha__) || defined(__x86_64__) || defined(__hppa__)
#define fb_readb __raw_readb
#define fb_readw __raw_readw