blob: 175989ea4107648c4f051884b86066e22742ce15 [file] [log] [blame]
#define __NO_VERSION__
#include "adriver.h"
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,16)
#include "keywest_old.c"
#elif LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)
#include "keywest_old_i2c.c"
#else
#include "../alsa-kernel/ppc/keywest.c"
#endif