[2.6 patch] include/video/newport.h: "extern inline" -> "static inline"
From: Adrian Bunk <hidden>
Date: 2005-12-12 01:35:48
Also in:
lkml
"extern inline" doesn't make much sense. Signed-off-by: Adrian Bunk <redacted> --- This patch was already sent on: - 19 Nov 2005 include/video/newport.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
--- linux-2.6.15-rc1-mm2-full/include/video/newport.h.old 2005-11-19 02:34:35.000000000 +0100
+++ linux-2.6.15-rc1-mm2-full/include/video/newport.h 2005-11-19 02:35:42.000000000 +0100@@ -382,7 +382,8 @@ #define VC2_IREG_CONTROL 0x10 #define VC2_IREG_CONFIG 0x20 -extern __inline__ void newport_vc2_set(struct newport_regs *regs, unsigned char vc2ireg, +static inline void newport_vc2_set(struct newport_regs *regs, + unsigned char vc2ireg, unsigned short val) { regs->set.dcbmode = (NPORT_DMODE_AVC2 | VC2_REGADDR_INDEX | NPORT_DMODE_W3 |
@@ -390,7 +391,7 @@ regs->set.dcbdata0.byword = (vc2ireg << 24) | (val << 8); } -extern __inline__ unsigned short newport_vc2_get(struct newport_regs *regs, +static inline unsigned short newport_vc2_get(struct newport_regs *regs, unsigned char vc2ireg) { regs->set.dcbmode = (NPORT_DMODE_AVC2 | VC2_REGADDR_INDEX | NPORT_DMODE_W1 | -------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click