Skip to content

Commit

Permalink
thermal/drivers/user_space: Sort headers alphabetically
Browse files Browse the repository at this point in the history
Sort headers to make it easier to read and find duplicate headers.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/406d0c7c961e997b42e25adf4e432fe4f57b315a.1589199124.git.amit.kucheria@linaro.org
  • Loading branch information
Amit Kucheria authored and Daniel Lezcano committed May 22, 2020
1 parent 2b61314 commit 6abea5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/thermal/user_space.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

#include <linux/thermal.h>
#include <linux/slab.h>
#include <linux/thermal.h>

#include "thermal_core.h"

Expand Down

0 comments on commit 6abea5d

Please sign in to comment.