ata: pata_parport-bpck6: Declare mode_map as static
authorDamien Le Moal <damien.lemoal@opensource.wdc.com>
Thu, 23 Mar 2023 03:28:54 +0000 (12:28 +0900)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Tue, 28 Mar 2023 00:28:06 +0000 (09:28 +0900)
commit140b26035b2d379d94e6e3936ab2e0adf94efe46
tree63ca9ce888b8217ef78e997c011f1976c0bfd6b8
parent919c119415c7b67056449f51374939d49189a326
ata: pata_parport-bpck6: Declare mode_map as static

Compilation C=1 of the bpck6 protocol module generates the following
message:

drivers/ata/pata_parport/bpck6.c:62:5: warning: symbol 'mode_map' was
not declared. Should it be static?

Fix this by declaring mode_map as static.

Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Ondrej Zary <linux@zary.sk>
drivers/ata/pata_parport/bpck6.c