dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Mike Isely 2008-07-25 19:50:52 -03:00 committed by Mauro Carvalho Chehab
parent 31335b13ca
commit d417f711b9
1 changed files with 2 additions and 2 deletions

View File

@ -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>