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)
commit61eae5bb06496a6633ba000a1d7546b494e00081
treec206b27ba53090559631ffbee60efea6b8d83d4b
parentdfea4aa2261d64effbcc1992a59301270478c49a
drivers: ide: Include appropriate header file in ide-pio-blacklist.c

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>
drivers/ide/ide-pio-blacklist.c