We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2014c95 commit 444053eCopy full SHA for 444053e
drivers/pwm/pwm-lpss.c
@@ -17,6 +17,7 @@
17
#include <linux/kernel.h>
18
#include <linux/module.h>
19
#include <linux/pm_runtime.h>
20
+#include <linux/pwm.h>
21
#include <linux/time.h>
22
23
#define DEFAULT_SYMBOL_NAMESPACE "PWM_LPSS"
drivers/pwm/pwm-lpss.h
@@ -10,7 +10,6 @@
10
#ifndef __PWM_LPSS_H
11
#define __PWM_LPSS_H
12
13
-#include <linux/pwm.h>
14
#include <linux/types.h>
15
16
#include <linux/platform_data/x86/pwm-lpss.h>
0 commit comments