commit | c996899d0bc2414c7ff4682500344eb912d5ee1d | [log] [tgz] |
---|---|---|
author | Michael Krufky <mkrufky@linuxtv.org> | Mon Aug 20 21:04:44 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Tue Oct 09 22:06:04 2007 -0300 |
tree | 6cac6db89cf325102bef22a34d8d94f04449e8b7 | |
parent | d90d9f5a0ae9eb80bb3a33472074a114af7e548d [diff] |
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>