1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

gpio_buttons: include slab.h

Fixes build with 2.6.34

SVN-Revision: 21436
This commit is contained in:
Lars-Peter Clausen 2010-05-12 22:50:26 +00:00
parent 8d0aa4e176
commit 48ec7efd65

@ -19,6 +19,7 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/input.h>
#include <linux/input-polldev.h>