mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-16 15:29:48 +00:00
gpio_buttons: include slab.h
Fixes build with 2.6.34 SVN-Revision: 21436
This commit is contained in:
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user