ChangeSet 1.2244, 2005/03/31 08:31:57-08:00, [EMAIL PROTECTED]

        [PATCH] ppc64: fix zilog link error
        
        drivers/built-in.o(.text+0x2c640): In function `pmz_attach':
        /home/apw/devel/percs-head/linux-2.6/drivers/serial/pmac_zilog.c:1560: 
undefined reference to `.macio_request_resources'
        
        Signed-off-by: Amos Waterland <[EMAIL PROTECTED]>
        Acked-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/serial/Kconfig b/drivers/serial/Kconfig
--- a/drivers/serial/Kconfig    2005-03-31 10:13:39 -08:00
+++ b/drivers/serial/Kconfig    2005-03-31 10:13:39 -08:00
@@ -615,7 +615,7 @@
 
 config SERIAL_PMACZILOG
        tristate "PowerMac z85c30 ESCC support"
-       depends on PPC_OF
+       depends on PPC_OF && PPC_PMAC
        select SERIAL_CORE
        help
          This driver supports the Zilog z85C30 serial ports found on
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to