Skip to content

Commit c6c8649

Browse files
committed
Revert "gpio: include <linux/io-mapping.h> in gpiolib-of"
This reverts commit 7d4defe. The commit was pointless, manically trembling in the dark for a solution. The real fixes are: commit 048c28c ("gpio: make any OF dependent driver depend on OF_GPIO") commit 2527ecc ("gpio: Fix OF build problem on UM") Reported-by: Chris Wilson <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent c693593 commit c6c8649

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpio/gpiolib-of.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <linux/errno.h>
1717
#include <linux/module.h>
1818
#include <linux/io.h>
19-
#include <linux/io-mapping.h>
2019
#include <linux/gpio/consumer.h>
2120
#include <linux/of.h>
2221
#include <linux/of_address.h>

0 commit comments

Comments
 (0)