Bluetooth: include scatterlist.h where needed
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 23 Jun 2011 02:58:55 +0000 (12:58 +1000)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:18:29 +0000 (12:18 -0800)
commit92bef166714852c56624c28a0f20bfaca8ec6efc
treeed245b32967d26be8190070dc58a1c330daf639c
parentf90099f5c61cc3174efac2f6542c063689fd2085
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