From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) by ozlabs.org (Postfix) with ESMTP id 1FF77DDEF8 for ; Fri, 9 Feb 2007 03:57:06 +1100 (EST) Date: Thu, 8 Feb 2007 10:56:50 -0600 (CST) From: Andy Fleming To: Kumar Gala , linuxppc-dev@ozlabs.org Subject: [PATCH] Added QE to the list of default scanned OF devices Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Andrew Fleming --- arch/powerpc/kernel/of_platform.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/kernel/of_platform.c b/arch/powerpc/kernel/of_platform.c index b734517..43c5a00 100644 --- a/arch/powerpc/kernel/of_platform.c +++ b/arch/powerpc/kernel/of_platform.c @@ -51,6 +51,7 @@ static struct of_device_id of_default_bu { .type = "plb4", }, { .type = "opb", }, { .type = "ebc", }, + { .type = "qe", }, {}, }; -- 1.4.4