ctcm: rename READ/WRITE defines to avoid redefinitions
READ/WRITE seems to be a bit too generic for defines in a device driver. Just rename them to CTCM_READ/CTCM_WRITE to avoid warnings. Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
319cb083cc
commit
3c09e2647b
@@ -111,8 +111,8 @@ enum ctcm_channel_types {
|
||||
|
||||
#define CTCM_INITIAL_BLOCKLEN 2
|
||||
|
||||
#define READ 0
|
||||
#define WRITE 1
|
||||
#define CTCM_READ 0
|
||||
#define CTCM_WRITE 1
|
||||
|
||||
#define CTCM_ID_SIZE 20+3
|
||||
|
||||
|
Reference in New Issue
Block a user