diff options
-rw-r--r-- | arch/ppc/platforms/pmac_feature.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/pmac_feature.c b/arch/ppc/platforms/pmac_feature.c index be41f6fa66a2..f0bb3d39b686 100644 --- a/arch/ppc/platforms/pmac_feature.c +++ b/arch/ppc/platforms/pmac_feature.c | |||
@@ -2249,7 +2249,7 @@ static struct pmac_mb_def pmac_mb_defs[] __pmacdata = { | |||
2249 | }, | 2249 | }, |
2250 | { "PowerBook1,1", "PowerBook 101 (Lombard)", | 2250 | { "PowerBook1,1", "PowerBook 101 (Lombard)", |
2251 | PMAC_TYPE_101_PBOOK, paddington_features, | 2251 | PMAC_TYPE_101_PBOOK, paddington_features, |
2252 | PMAC_MB_MAY_SLEEP | PMAC_MB_MOBILE | 2252 | PMAC_MB_CAN_SLEEP | PMAC_MB_MOBILE |
2253 | }, | 2253 | }, |
2254 | { "PowerBook2,1", "iBook (first generation)", | 2254 | { "PowerBook2,1", "iBook (first generation)", |
2255 | PMAC_TYPE_ORIG_IBOOK, core99_features, | 2255 | PMAC_TYPE_ORIG_IBOOK, core99_features, |