]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/aic7xxx/aic7xxx_inline.h
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / scsi / aic7xxx / aic7xxx_inline.h
index 09bf2f4d78d58d953a5b025bf3201aaf8fd76441..0b57b783ef417f484c14334a87db1f6ed0fb9358 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);
 }