pinctrl: pinctrl-single: add header include guard
Add a header include guard just in case. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Link: https://lore.kernel.org/r/20190720115858.7015-1-yamada.masahiro@socionext.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
1d1def89bd
commit
3d6ade0abf
|
@ -1,4 +1,8 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
|
||||
#ifndef _PINCTRL_SINGLE_H
|
||||
#define _PINCTRL_SINGLE_H
|
||||
|
||||
/**
|
||||
* irq: optional wake-up interrupt
|
||||
* rearm: optional soc specific rearm function
|
||||
|
@ -11,3 +15,5 @@ struct pcs_pdata {
|
|||
int irq;
|
||||
void (*rearm)(void);
|
||||
};
|
||||
|
||||
#endif /* _PINCTRL_SINGLE_H */
|
||||
|
|
Loading…
Reference in New Issue