Changeset 8889


Ignore:
Timestamp:
01/28/08 02:17:53 (5 years ago)
Author:
BrainSlayer
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/xscale/linux-2.6.24/arch/arm/mach-ixp4xx/ixdp425-setup.c

    r8887 r8889  
    153153 
    154154static struct resource ixdp425_uart_resources[] = { 
    155 #if defined(CONFIG_TONZE) || defined(CONFIG_NOP8670) 
     155#if !defined(CONFIG_TONZE) && !defined(CONFIG_NOP8670) 
    156156        { 
    157157                .start          = IXP4XX_UART1_BASE_PHYS, 
     
    168168 
    169169static struct plat_serial8250_port ixdp425_uart_data[] = { 
    170 #if defined(CONFIG_TONZE) || defined(CONFIG_NOP8670) 
     170#if !defined(CONFIG_TONZE) && !defined(CONFIG_NOP8670) 
    171171        { 
    172172                .mapbase        = IXP4XX_UART1_BASE_PHYS, 
     
    195195        .id                     = PLAT8250_DEV_PLATFORM, 
    196196        .dev.platform_data      = ixdp425_uart_data, 
    197 #if defined(CONFIG_TONZE) || defined(CONFIG_NOP8670) 
     197#if !defined(CONFIG_TONZE) && !defined(CONFIG_NOP8670) 
    198198        .num_resources          = 2, 
    199199#else 
Note: See TracChangeset for help on using the changeset viewer.