diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-09 22:17:18 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-09 22:17:18 +0000 |
commit | e62ab7a153c92d6233a4eec432ac0c42c5d336c0 (patch) | |
tree | bf056256c6a6fa93e15e8d93d059188156c55118 /hw/tsc210x.c | |
parent | 1d4e547b552213f91f81aadb3db5efc9ba800ef2 (diff) |
Improve tsc2005 touchscreen usability.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4401 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/tsc210x.c')
-rw-r--r-- | hw/tsc210x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tsc210x.c b/hw/tsc210x.c index e512087238..f15aebaf16 100644 --- a/hw/tsc210x.c +++ b/hw/tsc210x.c @@ -25,7 +25,7 @@ #include "audio/audio.h" #include "qemu-timer.h" #include "console.h" -#include "omap.h" +#include "omap.h" /* For struct i2s_codec_s and struct uwire_slave_s */ #define TSC_DATA_REGISTERS_PAGE 0x0 #define TSC_CONTROL_REGISTERS_PAGE 0x1 |