diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-03 18:33:39 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-02-03 18:33:39 -0800 |
| commit | f0c3fe1713f030c0d2a7dac956cc7218792ee3ac (patch) | |
| tree | ce8590473ed1ed0ca7888899ff5543b0c7840f81 /include/linux | |
| parent | 151a29549113f7793261cfa0a2a371af529bdf58 (diff) | |
[PATCH] gcc-3.5: ide.h fixes
include/linux/ide.h:1424: sorry, unimplemented: inlining failed in call to 'SELECT_MASK': function body not available
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index ef73baf33fc8..2b7777338be0 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1416,12 +1416,12 @@ typedef struct pkt_task_s { void *special; } pkt_task_t; -extern inline u32 ide_read_24(ide_drive_t *); +extern u32 ide_read_24(ide_drive_t *); -extern inline void SELECT_DRIVE(ide_drive_t *); -extern inline void SELECT_INTERRUPT(ide_drive_t *); -extern inline void SELECT_MASK(ide_drive_t *, int); -extern inline void QUIRK_LIST(ide_drive_t *); +extern void SELECT_DRIVE(ide_drive_t *); +extern void SELECT_INTERRUPT(ide_drive_t *); +extern void SELECT_MASK(ide_drive_t *, int); +extern void QUIRK_LIST(ide_drive_t *); extern void ata_input_data(ide_drive_t *, void *, u32); extern void ata_output_data(ide_drive_t *, void *, u32); |
