new_build.git - drop videodev.h

Message ID AANLkTinZPP337u7nBLDdv1+rTQ1g4z0hMDjJA8Bq0WdY@mail.gmail.com (mailing list archive)
State Not Applicable, archived
Headers

Commit Message

Vincent McIntyre Jan. 7, 2011, 12:04 p.m. UTC
  'make tar' fails for me (building against ubuntu 2.6.32) unless I
remove videodev.h from TARFILES.

Is this the correct thing to do here?


Cheers
Vince
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  

Comments

Jarod Wilson Jan. 7, 2011, 4:24 p.m. UTC | #1
On Jan 7, 2011, at 7:04 AM, Vincent McIntyre wrote:

> 'make tar' fails for me (building against ubuntu 2.6.32) unless I
> remove videodev.h from TARFILES.
> 
> Is this the correct thing to do here?

Yep, videodev.h goes away in 2.6.38. Will apply and push this too.
  

Patch

diff --git a/linux/Makefile b/linux/Makefile
index 695dcf2..8bbeee8 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -20,7 +20,6 @@  TARDIR += include/media/
 TARDIR += include/linux/dvb/
 TARFILES += include/linux/usb/video.h
 TARFILES += include/linux/i2c-id.h
-TARFILES += include/linux/videodev.h
 TARFILES += include/linux/ivtv.h
 TARFILES += include/linux/mmc/sdio_ids.h
 TARFILES += include/linux/ivtvfb.h