summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-06-17 08:38:55 +0900
committerDavid S. Miller <davem@davemloft.net>2018-06-17 08:38:55 +0900
commita9122886d9848d00a01888116a58624b9ba95cdc (patch)
tree1e31f35b19e1d8584116194e800c6d956da54a5d /tools/perf/scripts/python/parallel-perf.py
parent9bbe60a67be5a1c6f79b3c9be5003481a50529ff (diff)
downloadkernel-a9122886d9848d00a01888116a58624b9ba95cdc.tar.gz
bluetooth: hci_nokia: Don't include linux/unaligned/le_struct.h directly.
This breaks the build as this header is not meant to be used in this way. ./include/linux/unaligned/access_ok.h:8:28: error: redefinition of ‘get_unaligned_le16’ static __always_inline u16 get_unaligned_le16(const void *p) ^~~~~~~~~~~~~~~~~~ In file included from drivers/bluetooth/hci_nokia.c:32: ./include/linux/unaligned/le_struct.h:7:19: note: previous definition of ‘get_unaligned_le16’ was here static inline u16 get_unaligned_le16(const void *p) Use asm/unaligned.h instead. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
a href='/distro/kernel/commit/net/unix/af_unix.c?h=linux-6.12.y&id=e04dae840883ca31cea01e5958c09eee005cf4de'>af_unix: old_cred is surplusAlan Cox 2012-08-31af_unix: fix shutdown parameter checkingXi Wang 2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet 2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2012-07-29clean unix_bind() up a bitAl Viro 2012-07-29pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro 2012-07-29new helper: done_path_create()Al Viro 2012-06-09af_unix: remove unix_iter_stateEric Dumazet 2012-06-08af_unix: speedup /proc/net/unixEric Dumazet 2012-04-15net: cleanup unsigned to unsigned intEric Dumazet 2012-04-03af_unix: reduce high order page allocationsEric Dumazet 2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil 2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2012-03-20switch touch_atime to struct pathAl Viro 2012-03-20switch unix_sock to struct pathAl Viro 2012-02-22af_unix: MSG_TRUNC support for dgram socketsEric Dumazet 2012-02-21unix: Support peeking offset for stream socketsPavel Emelyanov 2012-02-21unix: Support peeking offset for datagram and seqpacket socketsPavel Emelyanov 2012-01-30af_unix: fix EPOLLET regression for stream socketsEric Dumazet 2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds 2012-01-03switch ->path_mknod() to umode_tAl Viro 2011-12-30af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov