pinctrl: lantiq: fix include guard #endif comment

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Baruch Siach 2015-02-22 19:55:47 +02:00 коммит произвёл Linus Walleij
Родитель af03361235
Коммит b5eec4d061
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -193,4 +193,4 @@ enum ltq_pin {
extern int ltq_pinctrl_register(struct platform_device *pdev,
struct ltq_pinmux_info *info);
extern int ltq_pinctrl_unregister(struct platform_device *pdev);
#endif /* __PINCTRL_PXA3XX_H */
#endif /* __PINCTRL_LANTIQ_H */