diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-06-02 00:13:02 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-06-02 00:25:31 +0200 |
commit | 48b1fddbb100a64f3983ca9768b8ea629a09aa20 (patch) | |
tree | 7cf552c623cb0aa0dd945df55b7eaf5a0697e277 /drivers/net/atlx/atlx.h | |
parent | x86, mce: drop "extern" from function prototypes in asm/mce.h (diff) | |
parent | Merge branch 'x86/cpufeature' into irq/numa (diff) | |
download | linux-48b1fddbb100a64f3983ca9768b8ea629a09aa20.tar.xz linux-48b1fddbb100a64f3983ca9768b8ea629a09aa20.zip |
Merge branch 'irq/numa' into x86/mce3
Merge reason: arch/x86/kernel/irqinit_{32,64}.c unified in irq/numa
and modified in x86/mce3; this merge resolves the conflict.
Conflicts:
arch/x86/kernel/irqinit.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'drivers/net/atlx/atlx.h')
-rw-r--r-- | drivers/net/atlx/atlx.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/atlx/atlx.h b/drivers/net/atlx/atlx.h index 297a03da6b7f..14054b75aa62 100644 --- a/drivers/net/atlx/atlx.h +++ b/drivers/net/atlx/atlx.h @@ -29,12 +29,6 @@ #include <linux/module.h> #include <linux/types.h> -#define ATLX_DRIVER_VERSION "2.1.3" -MODULE_AUTHOR("Xiong Huang <xiong.huang@atheros.com>, \ - Chris Snook <csnook@redhat.com>, Jay Cliburn <jcliburn@gmail.com>"); -MODULE_LICENSE("GPL"); -MODULE_VERSION(ATLX_DRIVER_VERSION); - #define ATLX_ERR_PHY 2 #define ATLX_ERR_PHY_SPEED 7 #define ATLX_ERR_PHY_RES 8 |