From: Rashika Kheria Date: Thu, 19 Dec 2013 10:14:34 +0000 (+0530) Subject: usb: phy: am335x-control: include appropriate header file in phy-am335x-control.c X-Git-Tag: v3.14-rc1~148^2~90^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db67bc04bdc8cac2307af09c92cd73751905ec0e;p=pandora-kernel.git usb: phy: am335x-control: include appropriate header file in phy-am335x-control.c Include header file drivers/usb/phy/am35x-phy-control.h in phy/phy-am335x-control.c because function am335x_get_phy_control() has its prototype declaration in drivers/usb/phy/am35x-phy-control.h. Also, remove definition of structure phy_control because it is already defined in the included header. This eliminates the following warning in phy/phy-am335x-control.c: drivers/usb/phy/phy-am335x-control.c:114:21: warning: no previous prototype for ‘am335x_get_phy_control’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed