diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2010-03-03 13:52:28 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2010-03-03 13:52:28 +0000 |
commit | 3ccd1aeab7ecc6374a80f050857d6da97f39abc5 (patch) | |
tree | 04a4f953c63183af6f03273b2ab1f909e7c59360 /target/linux/atheros/patches-2.6.33/110-ar2313_ethernet.patch | |
parent | 4f045518805b3ea21f5a532be6b9301a63546999 (diff) | |
download | upstream-3ccd1aeab7ecc6374a80f050857d6da97f39abc5.tar.gz upstream-3ccd1aeab7ecc6374a80f050857d6da97f39abc5.tar.bz2 upstream-3ccd1aeab7ecc6374a80f050857d6da97f39abc5.zip |
2.6.33 fixes for atheros and madwifi
SVN-Revision: 19963
Diffstat (limited to 'target/linux/atheros/patches-2.6.33/110-ar2313_ethernet.patch')
-rw-r--r-- | target/linux/atheros/patches-2.6.33/110-ar2313_ethernet.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-2.6.33/110-ar2313_ethernet.patch b/target/linux/atheros/patches-2.6.33/110-ar2313_ethernet.patch index 6f511a730d..f24ee12b7c 100644 --- a/target/linux/atheros/patches-2.6.33/110-ar2313_ethernet.patch +++ b/target/linux/atheros/patches-2.6.33/110-ar2313_ethernet.patch @@ -1311,7 +1311,7 @@ +#ifndef _AR2313_H_ +#define _AR2313_H_ + -+#include <linux/autoconf.h> ++#include <generated/autoconf.h> +#include <linux/bitops.h> +#include <asm/bootinfo.h> +#include <ar231x_platform.h> |