Skip to content

Commit

Permalink
ACPI / APD: Head file including cleanups
Browse files Browse the repository at this point in the history
Make the including head files to be alphabetical order, and
remove the not needed head file inclusion.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
  • Loading branch information
guohanjun authored and intel-lab-lkp committed Sep 7, 2020
1 parent 9a054db commit a8b5a71
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions drivers/acpi/acpi_apd.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@
* Wu, Jeff <Jeff.Wu@amd.com>
*/

#include <linux/clk-provider.h>
#include <linux/platform_data/clk-fch.h>
#include <linux/platform_device.h>
#include <linux/pm_domain.h>
#include <linux/clkdev.h>
#include <linux/acpi.h>
#include <linux/clkdev.h>
#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/pm.h>

#include "internal.h"
#include <linux/platform_data/clk-fch.h>
#include <linux/platform_device.h>

struct apd_private_data;

Expand Down

0 comments on commit a8b5a71

Please sign in to comment.