mirror of https://gitee.com/openkylin/linux.git
ufs: fix TRUE and FALSE re-define build error
Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com> Cc: Vinayak Holikatti <vinholikatti@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
ad466c6c1e
commit
e144cd045e
|
@ -198,6 +198,14 @@ enum ufs_hs_gear_tag {
|
||||||
#define T_TC0TXMAXSDUSIZE 0x4060
|
#define T_TC0TXMAXSDUSIZE 0x4060
|
||||||
#define T_TC1TXMAXSDUSIZE 0x4061
|
#define T_TC1TXMAXSDUSIZE 0x4061
|
||||||
|
|
||||||
|
#ifdef FALSE
|
||||||
|
#undef FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef TRUE
|
||||||
|
#undef TRUE
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Boolean attribute values */
|
/* Boolean attribute values */
|
||||||
enum {
|
enum {
|
||||||
FALSE = 0,
|
FALSE = 0,
|
||||||
|
|
Loading…
Reference in New Issue