add the new ath9k driver (loads successfully on an AR9160 card, but still seems to...
[openwrt-10.03/.git] / package / ath9k / patches / 110-regd_includes.patch
1 Add missing include statements
2
3 Signed-off-by: Felix Fietkau <nbd@openwrt.org>
4
5 --- a/drivers/net/wireless/ath9k/regd.c
6 +++ b/drivers/net/wireless/ath9k/regd.c
7 @@ -14,6 +14,8 @@
8   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9   */
10  
11 +#include <linux/kernel.h>
12 +#include <linux/slab.h>
13  #include "ath9k.h"
14  #include "regd.h"
15  #include "regd_common.h"