The linux/notifier.h include is no longer required. This removal was
most likely forgotten in the move to the new pinctrl driver in commit
f30d12b ("ARM: tegra: Switch to new pinctrl driver").Signed-off-by: Thierry Reding <[email protected]> --- arch/arm/mach-tegra/board-pinmux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-tegra/board-pinmux.c b/arch/arm/mach-tegra/board-pinmux.c index a5574c7..1482b2d 100644 --- a/arch/arm/mach-tegra/board-pinmux.c +++ b/arch/arm/mach-tegra/board-pinmux.c @@ -14,7 +14,6 @@ #include <linux/device.h> #include <linux/kernel.h> -#include <linux/notifier.h> #include <linux/string.h> #include "board-pinmux.h" -- 1.7.11.2 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
