[ARM] fs/adfs/adfs.h: "extern inline" doesn't make sense

"extern inline" doesn't make sense.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Adrian Bunk and committed by
Russell King
e0c93142 f27ecacc

+2 -2
+2 -2
fs/adfs/adfs.h
··· 97 97 extern struct inode_operations adfs_file_inode_operations; 98 98 extern struct file_operations adfs_file_operations; 99 99 100 - extern inline __u32 signed_asl(__u32 val, signed int shift) 100 + static inline __u32 signed_asl(__u32 val, signed int shift) 101 101 { 102 102 if (shift >= 0) 103 103 val <<= shift; ··· 112 112 * 113 113 * The root directory ID should always be looked up in the map [3.4] 114 114 */ 115 - extern inline int 115 + static inline int 116 116 __adfs_block_map(struct super_block *sb, unsigned int object_id, 117 117 unsigned int block) 118 118 {