aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vme
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2014-06-09 18:12:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-09 16:33:42 -0700
commit3915fc87dee83947f219f9347d47674f48c8c022 (patch)
tree271fb550f99df9b497d4a2fe15b74d07083701c8 /drivers/vme
parentpcmcia: journada720: use sa1100 pin interfaces correctly (diff)
downloadlinux-dev-3915fc87dee83947f219f9347d47674f48c8c022.tar.xz
linux-dev-3915fc87dee83947f219f9347d47674f48c8c022.zip
VME: remove duplicate CA91CX42_DCTL_VDW_M define
The CA91CX42_DCTL_VDW_M define is cut and pasted twice so we can delete the second instance. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/vme')
-rw-r--r--drivers/vme/bridges/vme_ca91cx42.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/vme/bridges/vme_ca91cx42.h b/drivers/vme/bridges/vme_ca91cx42.h
index 02a7c794db05..d46b12dc3b82 100644
--- a/drivers/vme/bridges/vme_ca91cx42.h
+++ b/drivers/vme/bridges/vme_ca91cx42.h
@@ -360,7 +360,6 @@ static const int CA91CX42_VSI_TO[] = { VSI0_TO, VSI1_TO, VSI2_TO, VSI3_TO,
*/
#define CA91CX42_DCTL_L2V (1<<31)
#define CA91CX42_DCTL_VDW_M (3<<22)
-#define CA91CX42_DCTL_VDW_M (3<<22)
#define CA91CX42_DCTL_VDW_D8 0
#define CA91CX42_DCTL_VDW_D16 (1<<22)
#define CA91CX42_DCTL_VDW_D32 (1<<23)