Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dan Carpenter and committed by
Greg Kroah-Hartman
3915fc87 58409f9d

-1
-1
drivers/vme/bridges/vme_ca91cx42.h
··· 360 360 */ 361 361 #define CA91CX42_DCTL_L2V (1<<31) 362 362 #define CA91CX42_DCTL_VDW_M (3<<22) 363 - #define CA91CX42_DCTL_VDW_M (3<<22) 364 363 #define CA91CX42_DCTL_VDW_D8 0 365 364 #define CA91CX42_DCTL_VDW_D16 (1<<22) 366 365 #define CA91CX42_DCTL_VDW_D32 (1<<23)