V4L/DVB (6006): tuner: move last_div to tuner-simple private data
authorMichael Krufky <mkrufky@linuxtv.org>
Sat, 11 Aug 2007 18:42:12 +0000 (15:42 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:05:01 +0000 (22:05 -0300)
commit6b1dde90de7f612805fbe8212a39264d7b868efc
tree3c824ed8452d46701d295816a264618565058922
parentafa76b392e10d37c9e717198b5c2686de26c629d
V4L/DVB (6006): tuner: move last_div to tuner-simple private data

tuner-simple is the only sub-driver that uses last_div, so we
can free up two bytes of memory for all other tuners, by moving
this into tuner-simple's private data area.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-driver.h
drivers/media/video/tuner-simple.c