Commit f0c3fe17 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[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
parent 151a2954
...@@ -1416,12 +1416,12 @@ typedef struct pkt_task_s { ...@@ -1416,12 +1416,12 @@ typedef struct pkt_task_s {
void *special; void *special;
} pkt_task_t; } 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 void SELECT_DRIVE(ide_drive_t *);
extern inline void SELECT_INTERRUPT(ide_drive_t *); extern void SELECT_INTERRUPT(ide_drive_t *);
extern inline void SELECT_MASK(ide_drive_t *, int); extern void SELECT_MASK(ide_drive_t *, int);
extern inline void QUIRK_LIST(ide_drive_t *); extern void QUIRK_LIST(ide_drive_t *);
extern void ata_input_data(ide_drive_t *, void *, u32); extern void ata_input_data(ide_drive_t *, void *, u32);
extern void ata_output_data(ide_drive_t *, void *, u32); extern void ata_output_data(ide_drive_t *, void *, u32);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment