Bluetooth: include scatterlist.h where needed
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 23 Jun 2011 02:58:55 +0000 (12:58 +1000)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 11 Jul 2011 18:59:25 +0000 (11:59 -0700)
commit23e64946e562fd253cd79ea41669e03ecdf86703
tree8583ba40fa2e69c7321ea3a88e1b65e2c025a7b3
parenta8eaf8b382a05f714b5527426d476c806802b22d
Bluetooth: include scatterlist.h where needed

net/bluetooth/smp.c: In function 'smp_e':
net/bluetooth/smp.c:49:21: error: storage size of 'sg' isn't known
net/bluetooth/smp.c:67:2: error: implicit declaration of function 'sg_init_one'
net/bluetooth/smp.c:49:21: warning: unused variable 'sg'

Caused by commit d22ef0bc83c5 ("Bluetooth: Add LE SMP Cryptoolbox
functions").  Missing include file, presumably.  This batch has been in
the bluetooth tree since June 14, so it may have been exposed by the
removal of linux/mm.h from netdevice.h ...

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/bluetooth/smp.c