From: Rashika Kheria Date: Tue, 17 Dec 2013 11:11:11 +0000 (+0530) Subject: drivers: ide: Include appropriate header file in ide-pio-blacklist.c X-Git-Tag: v3.14-rc1~61^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61eae5bb06496a6633ba000a1d7546b494e00081;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett Signed-off-by: David S. Miller --- Reading git-diff-tree failed