pinctrl: lantiq: Fix header file include guard
Define __PINCTRL_LANTIQ_H to prevent multiple inclusion. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Родитель
f77329d1ed
Коммит
edb052c3c2
|
@ -10,6 +10,7 @@
|
|||
*/
|
||||
|
||||
#ifndef __PINCTRL_LANTIQ_H
|
||||
#define __PINCTRL_LANTIQ_H
|
||||
|
||||
#include <linux/clkdev.h>
|
||||
#include <linux/pinctrl/pinctrl.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче