projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b7351b0
)
gpio: palmas: Include the right header
author
Linus Walleij
<linus.walleij@linaro.org>
Thu, 24 May 2018 12:25:13 +0000
(14:25 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 24 May 2018 12:25:13 +0000
(14:25 +0200)
This is a GPIO driver, include only <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-palmas.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-palmas.c
b/drivers/gpio/gpio-palmas.c
index ceb2fef2c8ae4746bb81e5a08dc963cc7306cdb0..05b0cd5dcf11904081f36155bbd0c0abb7ca4efd 100644
(file)
--- a/
drivers/gpio/gpio-palmas.c
+++ b/
drivers/gpio/gpio-palmas.c
@@
-18,7
+18,7
@@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <linux/gpio.h>
+#include <linux/gpio
/driver
.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/mfd/palmas.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/mfd/palmas.h>