File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
* during SPI transfers by setting max_speed_hz via the device tree.
21
21
*/
22
22
23
+ #include <linux/delay.h>
24
+ #include <linux/errno.h>
25
+ #include <linux/interrupt.h>
26
+ #include <linux/io.h>
23
27
#include <linux/module.h>
28
+ #include <linux/of_address.h>
29
+ #include <linux/of_platform.h>
30
+ #include <linux/platform_device.h>
24
31
#include <linux/sched.h>
25
32
#include <linux/slab.h>
26
- #include <linux/errno.h>
27
33
#include <linux/wait.h>
28
- #include <linux/platform_device.h>
29
- #include <linux/of_address.h>
30
- #include <linux/of_platform.h>
31
- #include <linux/interrupt.h>
32
- #include <linux/delay.h>
33
34
34
35
#include <linux/spi/spi.h>
35
36
#include <linux/spi/spi_bitbang.h>
36
37
37
- #include <linux/io.h>
38
38
#include <asm/dcr.h>
39
39
#include <asm/dcr-regs.h>
40
40
You can’t perform that action at this time.
0 commit comments