setserial: fix build with 2.6.33+ kernel headers on x86
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 15 Mar 2010 14:14:56 +0000 (15:14 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 15 Mar 2010 14:14:56 +0000 (15:14 +0100)
commit5a2844c74815976d32265395b4b3836fdab786a0
treea70c2c2deab3e3588c6a30a9041eb000c04a0480
parent9d3e9e0f2cb7046d57054f4c01b8012068b95adb
setserial: fix build with 2.6.33+ kernel headers on x86

linux/hayesesp.h got removed in 2.6.33, but some archs (like x86) still
define the TIOCGHAYESESP ioctl, breaking the build.

It's very unlikely to be of interest anymore, so just undef it.

Reported-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/setserial/setserial-tiocghayesesp-build-fix.patch [new file with mode: 0644]