From: Michael Krufky Date: Tue, 21 Aug 2007 00:04:44 +0000 (-0300) Subject: V4L/DVB (6074): tuner: fix ifdef tags to match actual file name X-Git-Tag: v2.6.24-rc1~1463^2~191 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c996899d0bc2414c7ff4682500344eb912d5ee1d;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed