File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
#include <linux/mod_devicetable.h>
17
17
#include <linux/module.h>
18
18
#include <linux/of.h>
19
- #include <linux/platform_device.h>
20
19
#include <linux/pagemap.h>
20
+ #include <linux/platform_device.h>
21
+ #include <linux/pm_runtime.h>
21
22
#include <linux/scatterlist.h>
22
23
#include <linux/sys_soc.h>
23
24
Original file line number Diff line number Diff line change 16
16
#include <linux/mod_devicetable.h>
17
17
#include <linux/module.h>
18
18
#include <linux/of.h>
19
- #include <linux/platform_device.h>
20
19
#include <linux/pagemap.h>
20
+ #include <linux/platform_device.h>
21
+ #include <linux/pm_runtime.h>
21
22
#include <linux/scatterlist.h>
22
23
#include <linux/sys_soc.h>
23
24
Original file line number Diff line number Diff line change 37
37
#include <linux/mmc/mmc.h>
38
38
#include <linux/mmc/slot-gpio.h>
39
39
#include <linux/module.h>
40
+ #include <linux/of.h>
40
41
#include <linux/pagemap.h>
41
42
#include <linux/platform_device.h>
42
43
#include <linux/pm_qos.h>
You can’t perform that action at this time.
0 commit comments