Further qualify setting GPCLK

This commit is contained in:
dschmenk 2013-09-22 16:20:53 -07:00
parent 45205cc788
commit 662bb16adb
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#include <linux/input.h>
#include <linux/uinput.h>
#ifdef SETSERCLK
#if defined(SETSERCLK) && defined(__ARMEL__)
#include "gpclk.c"
#endif
@ -730,7 +730,7 @@ void main(int argc, char **argv)
evrely.type = EV_REL;
evrely.code = REL_Y;
evsync.type = EV_SYN;
#ifdef SETSERCLK
#if defined(SETSERCLK) && defined(__ARMEL__)
/*
* Initialize ACIA clock for Apple II Pi card
*/