Message ID | 20220209095703.517608-6-tzungbi@google.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | platform/chrome: cros_ec: miscellaneous cleanups | expand |
On Feb 09 17:57, Tzung-Bi Shih wrote: > Sort header inclusion alphabetically. > > Signed-off-by: Tzung-Bi Shih <tzungbi@google.com> Reviewed-by: Prashant Malani <pmalani@chromium.org> > --- > No changes from v2. > > Changes from v1: > (https://lore.kernel.org/lkml/20220125101527.1812887-1-tzungbi@google.com/T/#u) > - Use imperative mood in commit message. > > drivers/platform/chrome/cros_ec.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/platform/chrome/cros_ec.c b/drivers/platform/chrome/cros_ec.c > index 618b8b4c42ef..2c4e81f3fef9 100644 > --- a/drivers/platform/chrome/cros_ec.c > +++ b/drivers/platform/chrome/cros_ec.c > @@ -9,12 +9,12 @@ > * battery charging and regulator control, firmware update. > */ > > -#include <linux/of_platform.h> > #include <linux/interrupt.h> > -#include <linux/slab.h> > #include <linux/module.h> > +#include <linux/of_platform.h> > #include <linux/platform_data/cros_ec_commands.h> > #include <linux/platform_data/cros_ec_proto.h> > +#include <linux/slab.h> > #include <linux/suspend.h> > > #include "cros_ec.h" > -- > 2.35.0.263.gb82422642f-goog >
diff --git a/drivers/platform/chrome/cros_ec.c b/drivers/platform/chrome/cros_ec.c index 618b8b4c42ef..2c4e81f3fef9 100644 --- a/drivers/platform/chrome/cros_ec.c +++ b/drivers/platform/chrome/cros_ec.c @@ -9,12 +9,12 @@ * battery charging and regulator control, firmware update. */ -#include <linux/of_platform.h> #include <linux/interrupt.h> -#include <linux/slab.h> #include <linux/module.h> +#include <linux/of_platform.h> #include <linux/platform_data/cros_ec_commands.h> #include <linux/platform_data/cros_ec_proto.h> +#include <linux/slab.h> #include <linux/suspend.h> #include "cros_ec.h"
Sort header inclusion alphabetically. Signed-off-by: Tzung-Bi Shih <tzungbi@google.com> --- No changes from v2. Changes from v1: (https://lore.kernel.org/lkml/20220125101527.1812887-1-tzungbi@google.com/T/#u) - Use imperative mood in commit message. drivers/platform/chrome/cros_ec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)