From dfea4aa2261d64effbcc1992a59301270478c49a Mon Sep 17 00:00:00 2001 From: Rashika Kheria Date: Tue, 17 Dec 2013 16:38:16 +0530 Subject: [PATCH] drivers: ide: Include appropriate header file in ide-cd_verbose.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Include appropriate header file ide-cd.h in ide-cd_verbose.c because function ide_cd_log_error() has its prototype declaration in ide-cd.h. Also, include linux/ide.h because it contains certain declarations necessary for including ide-cd.h. This eliminates the following warnings in ide-cd_verbose.c: drivers/ide/ide-cd_verbose.c:251:6: warning: no previous prototype for ‘ide_cd_log_error’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: David S. Miller --- Reading git-format-patch failed