[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140718134502.GB24914@saruman.home>
Date: Fri, 18 Jul 2014 08:45:02 -0500
From: Felipe Balbi <balbi@...com>
To: Lothar Waßmann <LW@...O-electronics.de>
CC: Felipe Balbi <balbi@...com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
<linux-kernel@...r.kernel.org>, <linux-usb@...r.kernel.org>,
Ezequiel Garcia <ezequiel@...guardiasur.com.ar>,
George Cherian <george.cherian@...com>,
<linux-arm-kernel@...ts.infradead.org>,
Roger Quadros <rogerq@...com>
Subject: Re: [PATCH 2/9] usb: phy: am335x: group the #includes by subdirs
On Fri, Jul 18, 2014 at 11:31:23AM +0200, Lothar Waßmann wrote:
>
no commit log. Not a bug fix.
> Signed-off-by: Lothar Waßmann <LW@...O-electronics.de>
> ---
> drivers/usb/phy/phy-am335x.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/usb/phy/phy-am335x.c b/drivers/usb/phy/phy-am335x.c
> index b70e055..91c71ab 100644
> --- a/drivers/usb/phy/phy-am335x.c
> +++ b/drivers/usb/phy/phy-am335x.c
> @@ -1,13 +1,13 @@
> #include <linux/module.h>
> #include <linux/platform_device.h>
> #include <linux/dma-mapping.h>
> -#include <linux/usb/otg.h>
> -#include <linux/usb/usb_phy_generic.h>
> #include <linux/slab.h>
> #include <linux/clk.h>
> -#include <linux/regulator/consumer.h>
> #include <linux/of.h>
> #include <linux/of_address.h>
> +#include <linux/regulator/consumer.h>
> +#include <linux/usb/otg.h>
> +#include <linux/usb/usb_phy_generic.h>
>
> #include "am35x-phy-control.h"
> #include "phy-generic.h"
> --
> 1.7.10.4
>
--
balbi
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists