ar71xx: fix 2.6.34 build errors

SVN-Revision: 21698
This commit is contained in:
Gabor Juhos 2010-06-07 09:18:13 +00:00
parent 84f6a9c5a1
commit 90e2b1ad6b
3 changed files with 3 additions and 0 deletions

View file

@ -10,6 +10,7 @@
*/
#include "linux/init.h"
#include "linux/slab.h"
#include <linux/platform_device.h>
#include "dev-gpio-buttons.h"

View file

@ -12,6 +12,7 @@
*/
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include "dev-leds-gpio.h"

View file

@ -11,6 +11,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/gpio.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/nxp_74hc153.h>