dect
/
linux-2.6
Archived
13
0
Fork 0

pinctrl: header: trivial: declare struct device

As struct device is used as a function argument, it should at
least be declared (device.h is not included).

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Richard Genoud 2012-08-10 16:52:58 +02:00 committed by Linus Walleij
parent d1a83d3b17
commit ac5aa7f9e0
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
/* This struct is private to the core and should be regarded as a cookie */
struct pinctrl;
struct pinctrl_state;
struct device;
#ifdef CONFIG_PINCTRL