mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
ide: make ide_hwifs[] static
Move ide_hwifs[] from ide.c to ide-probe.c and make it static. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
256c5f8eef
commit
63b51c6d1d
3 changed files with 2 additions and 14 deletions
|
@ -91,8 +91,6 @@ DEFINE_MUTEX(ide_cfg_mtx);
|
|||
__cacheline_aligned_in_smp DEFINE_SPINLOCK(ide_lock);
|
||||
EXPORT_SYMBOL(ide_lock);
|
||||
|
||||
ide_hwif_t ide_hwifs[MAX_HWIFS]; /* master data repository */
|
||||
|
||||
static void ide_port_init_devices_data(ide_hwif_t *);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue