diff options
| author | Wolfgang Denk <[email protected]> | 2008-08-18 23:50:20 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-08-18 23:50:20 +0200 |
| commit | b734e5556a239b3be5f9693b2f4b4b739683ec16 (patch) | |
| tree | 1a2e4290579b51bba8723ca777de3c59c5b6c873 /include | |
| parent | d0039d4ed275e6ca09fb417895024ad02be118c4 (diff) | |
Minor code cleanup: keep lists sorted.
Signed-off-by: Wolfgang Denk <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dtt.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/dtt.h b/include/dtt.h index ce0fdfad352..0c8ee76930e 100644 --- a/include/dtt.h +++ b/include/dtt.h @@ -27,13 +27,13 @@ #ifndef _DTT_H_ #define _DTT_H_ -#if defined(CONFIG_DTT_LM75) || \ - defined(CONFIG_DTT_DS1621) || \ - defined(CONFIG_DTT_DS1775) || \ - defined(CONFIG_DTT_LM81) || \ - defined(CONFIG_DTT_ADM1021) || \ - defined(CONFIG_DTT_LM73) || \ - defined(CONFIG_DTT_ADT7460) +#if defined(CONFIG_DTT_ADM1021) || \ + defined(CONFIG_DTT_ADT7460) || \ + defined(CONFIG_DTT_DS1621) || \ + defined(CONFIG_DTT_DS1775) || \ + defined(CONFIG_DTT_LM73) || \ + defined(CONFIG_DTT_LM75) || \ + defined(CONFIG_DTT_LM81) #define CONFIG_DTT /* We have a DTT */ |
