X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=sound%2Fppc%2Fpmac.h;h=bfff788e9847d960a58a9a6be3dd7735ec77e611;hb=4ddccb8eb9d1c57c7dd3838d8328690bf1869145;hp=582db522011978849a8f0f2deb09a6e8a30d7d31;hpb=8c8709334cec803368a432a33e0f2e116d48fe07;p=powerpc.git diff --git a/sound/ppc/pmac.h b/sound/ppc/pmac.h index 582db52201..bfff788e98 100644 --- a/sound/ppc/pmac.h +++ b/sound/ppc/pmac.h @@ -22,7 +22,6 @@ #ifndef __PMAC_H #define __PMAC_H -#include #include #include #include "awacs.h" @@ -212,9 +211,4 @@ int snd_pmac_boolean_mono_info(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t *ui int snd_pmac_add_automute(pmac_t *chip); -#define big_mdelay(msec) do {\ - set_current_state(TASK_UNINTERRUPTIBLE);\ - schedule_timeout(((msec) * HZ + 999) / 1000);\ -} while (0) - #endif /* __PMAC_H */