ar71xx: fix 2.6.34 build errors

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21698 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2010-06-07 09:18:13 +00:00
parent 650572a2c8
commit e61a8b2e88
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>