Skip to content

Commit

Permalink
gpiolib: devres: add missing headers
Browse files Browse the repository at this point in the history
Add missing headers for drivers/gpiolib/devres.c.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Alexandre Courbot authored and Linus Walleij committed Oct 30, 2013
1 parent b69ac52 commit 3c2c628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpio/devres.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
*/

#include <linux/module.h>
#include <linux/err.h>
#include <linux/gpio.h>
#include <linux/gpio/consumer.h>
#include <linux/device.h>
#include <linux/gfp.h>

Expand Down

0 comments on commit 3c2c628

Please sign in to comment.