]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/m68k/amiga/amisound.c
smaps: extract pmd walker from smaps code
[linux-2.6-omap-h63xx.git] / arch / m68k / amiga / amisound.c
index cb5d93630467230ac6f9de5d2e9a0f468a859f8d..1f5bfb58429783be182e8aad94d2a5f94eb28d7d 100644 (file)
@@ -8,7 +8,6 @@
  * for more details.
  */
 
-#include <linux/config.h>
 #include <linux/jiffies.h>
 #include <linux/timer.h>
 #include <linux/init.h>
@@ -24,6 +23,8 @@ static const signed char sine_data[] = {
 };
 #define DATA_SIZE      (sizeof(sine_data)/sizeof(sine_data[0]))
 
+#define custom amiga_custom
+
     /*
      * The minimum period for audio may be modified by the frame buffer
      * device since it depends on htotal (for OCS/ECS/AGA)
@@ -63,7 +64,7 @@ void __init amiga_init_sound(void)
 }
 
 static void nosound( unsigned long ignored );
-static struct timer_list sound_timer = TIMER_INITIALIZER(nosound, 0, 0);
+static DEFINE_TIMER(sound_timer, nosound, 0, 0);
 
 void amiga_mksound( unsigned int hz, unsigned int ticks )
 {