[PATCH] ehea: Removed redundant define
authorThomas Klein <osstklei@de.ibm.com>
Fri, 3 Nov 2006 16:47:52 +0000 (17:47 +0100)
committerJeff Garzik <jeff@garzik.org>
Mon, 6 Nov 2006 07:55:07 +0000 (02:55 -0500)
Removed define H_CB_ALIGNMENT which is already defined in include/asm-powerpc/hvcall.h

Signed-off-by: Thomas Klein <tklein@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ehea/ehea.h

index b40724f..39ad9f7 100644 (file)
@@ -39,7 +39,7 @@
 #include <asm/io.h>
 
 #define DRV_NAME       "ehea"
-#define DRV_VERSION    "EHEA_0034"
+#define DRV_VERSION    "EHEA_0043"
 
 #define EHEA_MSG_DEFAULT (NETIF_MSG_LINK | NETIF_MSG_TIMER \
        | NETIF_MSG_RX_ERR | NETIF_MSG_TX_ERR)
 #define EHEA_BCMC_VLANID_ALL   0x01
 #define EHEA_BCMC_VLANID_SINGLE        0x00
 
-/* Use this define to kmallocate pHYP control blocks */
-#define H_CB_ALIGNMENT         4096
-
 #define EHEA_CACHE_LINE          128
 
 /* Memory Regions */