Merge commit 'linus/master' into bkl/core
authorFrederic Weisbecker <fweisbec@gmail.com>
Sun, 8 Aug 2010 23:49:58 +0000 (01:49 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 9 Aug 2010 00:14:15 +0000 (02:14 +0200)
Merge reason: The staging tree has introduced the easycap
driver lately. We need the latest updates to pushdown the
bkl in its ioctl helper.

1  2 
drivers/media/video/v4l2-dev.c
fs/compat_ioctl.c

Simple merge
@@@ -577,9 -594,18 +577,12 @@@ static int do_smb_getmountuid(unsigned 
        return err;
  }
  
 -static int ioc_settimeout(unsigned int fd, unsigned int cmd,
 -              compat_ulong_t __user *argp)
 -{
 -      return rw_long(fd, AUTOFS_IOC_SETTIMEOUT, argp);
 -}
 -
  /* Bluetooth ioctls */
- #define HCIUARTSETPROTO       _IOW('U', 200, int)
- #define HCIUARTGETPROTO       _IOR('U', 201, int)
+ #define HCIUARTSETPROTO               _IOW('U', 200, int)
+ #define HCIUARTGETPROTO               _IOR('U', 201, int)
+ #define HCIUARTGETDEVICE      _IOR('U', 202, int)
+ #define HCIUARTSETFLAGS               _IOW('U', 203, int)
+ #define HCIUARTGETFLAGS               _IOR('U', 204, int)
  
  #define BNEPCONNADD   _IOW('B', 200, int)
  #define BNEPCONNDEL   _IOW('B', 201, int)