From b734e5556a239b3be5f9693b2f4b4b739683ec16 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Mon, 18 Aug 2008 23:50:20 +0200 Subject: Minor code cleanup: keep lists sorted. Signed-off-by: Wolfgang Denk --- include/dtt.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/dtt.h') diff --git a/include/dtt.h b/include/dtt.h index ce0fdfad3..0c8ee7693 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 */ -- cgit v1.2.3