]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB (6074): tuner: fix ifdef tags to match actual file name
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 21 Aug 2007 00:04:44 +0000 (21:04 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:06:04 +0000 (22:06 -0300)
commitc996899d0bc2414c7ff4682500344eb912d5ee1d
tree6cac6db89cf325102bef22a34d8d94f04449e8b7
parentd90d9f5a0ae9eb80bb3a33472074a114af7e548d
V4L/DVB (6074): tuner: fix ifdef tags to match actual file name

The file, tuner-driver.h was originally named tuner-hw.h, but we decided to
rename it.  At the time, I had forgotten to change the #ifdef __TUNER_HW_H__
to #ifdef __TUNER_DRIVER_H__ .  This patch corrects that.

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