Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c996899d0bc2414c7ff4682500344eb912d5ee1d
Commit:     c996899d0bc2414c7ff4682500344eb912d5ee1d
Parent:     d90d9f5a0ae9eb80bb3a33472074a114af7e548d
Author:     Michael Krufky <[EMAIL PROTECTED]>
AuthorDate: Mon Aug 20 21:04:44 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Tue Oct 9 22:06:04 2007 -0300

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/tuner-driver.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/media/video/tuner-driver.h 
b/drivers/media/video/tuner-driver.h
index fa51b7c..1450455 100644
--- a/drivers/media/video/tuner-driver.h
+++ b/drivers/media/video/tuner-driver.h
@@ -19,8 +19,8 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
-#ifndef __TUNER_HW_H__
-#define __TUNER_HW_H__
+#ifndef __TUNER_DRIVER_H__
+#define __TUNER_DRIVER_H__
 
 #include <linux/videodev2.h>
 #include <linux/i2c.h>
@@ -95,7 +95,7 @@ extern int tea5767_tuner_init(struct i2c_client *c);
                printk(KERN_DEBUG "%s %d-%04x: " fmt, 
t->i2c.driver->driver.name, \
                        i2c_adapter_id(t->i2c.adapter), t->i2c.addr , ##arg); } 
while (0)
 
-#endif /* __TUNER_HW_H__ */
+#endif /* __TUNER_DRIVER_H__ */
 
 /*
  * Overrides for Emacs so that we follow Linus's tabbing style.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to