[media] dvb/audio.h: Remove definition for AUDIO_GET_PTS
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 8 Jun 2011 14:25:26 +0000 (11:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:52:56 +0000 (17:52 -0300)
While this ioctl is defined inside dvb/audio.h, it is not docummented
at the API specs, nor implemented on any driver inside the Linux Kernel.
So, it doesn't make sense to keep it here.

As this is not used anywere, removing it is not a regression. So,
there's no need to use the normal features-to-be-removed process.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found