From 45c0ef4cba5d17e999525862b77bfa6d067dac31 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 23 Dec 2002 04:40:13 -0800 Subject: [PATCH] Remove bogus duplicated (and wrong) function declaration. --- drivers/scsi/aic7xxx/aiclib.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/scsi/aic7xxx/aiclib.h b/drivers/scsi/aic7xxx/aiclib.h index 2752baabee47..c13774fedac2 100644 --- a/drivers/scsi/aic7xxx/aiclib.h +++ b/drivers/scsi/aic7xxx/aiclib.h @@ -826,8 +826,6 @@ typedef enum { extern const char *scsi_sense_key_text[]; /************************* Large Disk Handling ********************************/ -static __inline int aic_sector_div(u_long capacity, int heads, int sectors); - #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0) static __inline int aic_sector_div(u_long capacity, int heads, int sectors) -- 2.39.5