X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2Fpss.c;h=ece428b2ba9fef34319670b25039bf5783c5bfe6;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=3ed38765dcc43f31c624c3789e6ebe60e9a39872;hpb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;p=linux-2.6.git diff --git a/sound/oss/pss.c b/sound/oss/pss.c index 3ed38765d..ece428b2b 100644 --- a/sound/oss/pss.c +++ b/sound/oss/pss.c @@ -1,5 +1,5 @@ /* - * sound/pss.c + * sound/oss/pss.c * * The low level driver for the Personal Sound System (ECHO ESC614). * @@ -57,7 +57,6 @@ */ -#include #include #include #include @@ -714,7 +713,7 @@ static int __init attach_pss(struct address_info *hw_config) disable_all_emulations(); -#if YOU_REALLY_WANT_TO_ALLOCATE_THESE_RESOURCES +#ifdef YOU_REALLY_WANT_TO_ALLOCATE_THESE_RESOURCES if (sound_alloc_dma(hw_config->dma, "PSS")) { printk("pss.c: Can't allocate DMA channel.\n");