diff options
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_inline.h')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_inline.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_inline.h b/drivers/scsi/aic7xxx/aic7xxx_inline.h index 09bf2f4d78d5..0b57b783ef41 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_inline.h +++ b/drivers/scsi/aic7xxx/aic7xxx_inline.h | |||
@@ -55,10 +55,9 @@ void ahc_sync_sglist(struct ahc_softc *ahc, | |||
55 | struct scb *scb, int op); | 55 | struct scb *scb, int op); |
56 | 56 | ||
57 | /******************************** Debugging ***********************************/ | 57 | /******************************** Debugging ***********************************/ |
58 | static __inline char *ahc_name(struct ahc_softc *ahc); | 58 | static inline char *ahc_name(struct ahc_softc *ahc); |
59 | 59 | ||
60 | static __inline char * | 60 | static inline char *ahc_name(struct ahc_softc *ahc) |
61 | ahc_name(struct ahc_softc *ahc) | ||
62 | { | 61 | { |
63 | return (ahc->name); | 62 | return (ahc->name); |
64 | } | 63 | } |