Commit e27f8399 authored by Valdis Kletnieks's avatar Valdis Kletnieks Committed by Linus Torvalds

cpp cleanups for ia32/io_apic.c, sound/oss/trident.c

parent b702f1c7
...@@ -269,7 +269,7 @@ static void set_ioapic_affinity (unsigned int irq, unsigned long mask) ...@@ -269,7 +269,7 @@ static void set_ioapic_affinity (unsigned int irq, unsigned long mask)
# include <linux/slab.h> /* kmalloc() */ # include <linux/slab.h> /* kmalloc() */
# include <linux/timer.h> /* time_after() */ # include <linux/timer.h> /* time_after() */
# if CONFIG_BALANCED_IRQ_DEBUG # ifdef CONFIG_BALANCED_IRQ_DEBUG
# define TDprintk(x...) do { printk("<%ld:%s:%d>: ", jiffies, __FILE__, __LINE__); printk(x); } while (0) # define TDprintk(x...) do { printk("<%ld:%s:%d>: ", jiffies, __FILE__, __LINE__); printk(x); } while (0)
# define Dprintk(x...) do { TDprintk(x); } while (0) # define Dprintk(x...) do { TDprintk(x); } while (0)
# else # else
......
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
#include <asm/io.h> #include <asm/io.h>
#include <asm/dma.h> #include <asm/dma.h>
#if defined CONFIG_ALPHA_NAUTILUS || CONFIG_ALPHA_GENERIC #if defined(CONFIG_ALPHA_NAUTILUS) || defined(CONFIG_ALPHA_GENERIC)
#include <asm/hwrpb.h> #include <asm/hwrpb.h>
#endif #endif
...@@ -4284,7 +4284,7 @@ static int __init trident_probe(struct pci_dev *pci_dev, const struct pci_device ...@@ -4284,7 +4284,7 @@ static int __init trident_probe(struct pci_dev *pci_dev, const struct pci_device
if(card->revision == ALI_5451_V02) if(card->revision == ALI_5451_V02)
ali_close_multi_channels(); ali_close_multi_channels();
/* edited by HMSEO for GT sound */ /* edited by HMSEO for GT sound */
#if defined CONFIG_ALPHA_NAUTILUS || CONFIG_ALPHA_GENERIC #if defined(CONFIG_ALPHA_NAUTILUS) || defined(CONFIG_ALPHA_GENERIC)
{ {
u16 ac97_data; u16 ac97_data;
extern struct hwrpb_struct *hwrpb; extern struct hwrpb_struct *hwrpb;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment