mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ide: remove local_irq_set() macro
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
898ec223fe
commit
54cc1428cf
3 changed files with 4 additions and 4 deletions
|
@ -1586,8 +1586,6 @@ static inline void ide_set_max_pio(ide_drive_t *drive)
|
|||
ide_set_pio(drive, 255);
|
||||
}
|
||||
|
||||
#define local_irq_set(flags) do { local_save_flags((flags)); local_irq_enable_in_hardirq(); } while (0)
|
||||
|
||||
char *ide_media_string(ide_drive_t *);
|
||||
|
||||
extern struct device_attribute ide_dev_attrs[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue