aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2008-07-25 19:50:52 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-07-26 12:54:37 -0300
commitd417f711b9180c4851cfdc19db030878918eac88 (patch)
tree52d539c5f4d1540bd83f6130603b9784656261e6 /drivers/media/video/pvrusb2
parentV4L/DVB (8474): pvrusb2: Enable IR chip on HVR-1900 class devices (diff)
downloadlinux-dev-d417f711b9180c4851cfdc19db030878918eac88.tar.xz
linux-dev-d417f711b9180c4851cfdc19db030878918eac88.zip
V4L/DVB (8475): pvrusb2: Cosmetic macro fix (benign)
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-context.h b/drivers/media/video/pvrusb2/pvrusb2-context.h
index 61801291c2af..d657e53bbfa3 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-context.h
+++ b/drivers/media/video/pvrusb2/pvrusb2-context.h
@@ -16,8 +16,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
-#ifndef __PVRUSB2_BASE_H
-#define __PVRUSB2_BASE_H
+#ifndef __PVRUSB2_CONTEXT_H
+#define __PVRUSB2_CONTEXT_H
#include <linux/mutex.h>
#include <linux/usb.h>