drivers: ide: Include appropriate header file in ide-pio-blacklist.c
authorRashika Kheria <rashika.kheria@gmail.com>
Tue, 17 Dec 2013 11:11:11 +0000 (16:41 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jan 2014 07:35:09 +0000 (23:35 -0800)
Include appropriate header file include/linux/ide.h in file
ide-pio-blacklist.c because function ide_scan_pio_blacklist() has it's
prototype declaration in include/linux/ide.h.

This eliminates the following warning in ide-pio-blacklist.c:
drivers/ide/ide-pio-blacklist.c:85:5: warning: no previous prototype for ‘ide_scan_pio_blacklist’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found