lkml.org 
[lkml]   [2004]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectfix for alpha framebuffer compile
Hi,

attached patch adds a line to include/asm-alpha/io.h which was
(accidentally?) removed between 2.6.8.1 and 2.6.9, but is required for
some framebuffer drivers on alpha.

Regards, Norbert
--- kernel-source-2.6.9/include/asm-alpha/io.h~ 2004-10-18 23:55:07.000000000 +0200
+++ kernel-source-2.6.9/include/asm-alpha/io.h 2004-11-07 11:42:24.000000000 +0100
@@ -150,6 +150,8 @@
alpha_mv.mv_##NAME(b, addr); \
}

+# define __ioremap(a,s) alpha_mv.mv_ioremap((unsigned long)(a),(s))
+
REMAP1(unsigned int, ioread8, /**/)
REMAP1(unsigned int, ioread16, /**/)
REMAP1(unsigned int, ioread32, /**/)
\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.030 / U:0.416 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site