[PATCH] ehea: Removed redundant define

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>

authored by Thomas Klein and committed by Jeff Garzik 07fd06b3 1b5135d9

+1 -4
+1 -4
drivers/net/ehea/ehea.h
··· 39 39 #include <asm/io.h> 40 40 41 41 #define DRV_NAME "ehea" 42 - #define DRV_VERSION "EHEA_0034" 42 + #define DRV_VERSION "EHEA_0043" 43 43 44 44 #define EHEA_MSG_DEFAULT (NETIF_MSG_LINK | NETIF_MSG_TIMER \ 45 45 | NETIF_MSG_RX_ERR | NETIF_MSG_TX_ERR) ··· 104 104 #define EHEA_BCMC_TAGGED 0x00 105 105 #define EHEA_BCMC_VLANID_ALL 0x01 106 106 #define EHEA_BCMC_VLANID_SINGLE 0x00 107 - 108 - /* Use this define to kmallocate pHYP control blocks */ 109 - #define H_CB_ALIGNMENT 4096 110 107 111 108 #define EHEA_CACHE_LINE 128 112 109