Skip to content

Commit ce68eec

Browse files
Anson-Huangdlezcano
authored andcommitted
thermal: qoriq: Sort includes alphabetically
Sort includes alphabetically for consistency, and take this chance to remove unused include of of_address.h. Signed-off-by: Anson Huang <[email protected]> Reviewed-by: Amit Kucheria <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 85f0b61 commit ce68eec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

drivers/thermal/qoriq_thermal.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
// Copyright 2016 Freescale Semiconductor, Inc.
44

55
#include <linux/clk.h>
6-
#include <linux/module.h>
7-
#include <linux/platform_device.h>
86
#include <linux/err.h>
97
#include <linux/io.h>
8+
#include <linux/module.h>
109
#include <linux/of.h>
11-
#include <linux/of_address.h>
10+
#include <linux/platform_device.h>
1211
#include <linux/regmap.h>
1312
#include <linux/sizes.h>
1413
#include <linux/thermal.h>

0 commit comments

Comments
 (0)