patch-2.4.20 linux-2.4.20/include/asm-ppc64/vga.h

Next file: linux-2.4.20/include/asm-s390/irq.h
Previous file: linux-2.4.20/include/asm-ppc64/user_exports.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-ppc64/vga.h linux-2.4.20/include/asm-ppc64/vga.h
@@ -26,12 +26,12 @@
  *  <linux/vt_buffer.h> has already done the right job for us.
  */
 
-extern inline void scr_writew(u16 val, volatile u16 *addr)
+static inline void scr_writew(u16 val, volatile u16 *addr)
 {
     st_le16(addr, val);
 }
 
-extern inline u16 scr_readw(volatile const u16 *addr)
+static inline u16 scr_readw(volatile const u16 *addr)
 {
     return ld_le16(addr);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)