Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[cascardo/linux.git] / drivers / scsi / aic7xxx / aic7xxx_inline.h
index 09bf2f4..0b57b78 100644 (file)
@@ -55,10 +55,9 @@ void ahc_sync_sglist(struct ahc_softc *ahc,
                        struct scb *scb, int op);
 
 /******************************** Debugging ***********************************/
-static __inline char *ahc_name(struct ahc_softc *ahc);
+static inline char *ahc_name(struct ahc_softc *ahc);
 
-static __inline char *
-ahc_name(struct ahc_softc *ahc)
+static inline char *ahc_name(struct ahc_softc *ahc)
 {
        return (ahc->name);
 }