https://github.com/torvalds/linux
Revision 99b9be77632734363913e5cf22c06bb66d7f71d8 authored by Linus Torvalds on 04 January 2017, 16:56:05 UTC, committed by Linus Torvalds on 04 January 2017, 16:56:05 UTC
Pull gcc-plugins fixes from Kees Cook:
 "Small fixes for gcc-plugins when using certain gcc versions:

   - update gcc-common.h for gcc 7 (Emese Revfy)

   - fix latent_entropy type for early gcc on ARM (PaX Team)"

* tag 'gcc-plugins-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  gcc-plugins: update gcc-common.h for gcc-7
  latent_entropy: fix ARM build error on earlier gcc
2 parent s 0f64df3 + 81d873a
Raw File
Tip revision: 99b9be77632734363913e5cf22c06bb66d7f71d8 authored by Linus Torvalds on 04 January 2017, 16:56:05 UTC
Merge tag 'gcc-plugins-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Tip revision: 99b9be7
sysfs.h
#ifndef __WIRELESS_SYSFS_H
#define __WIRELESS_SYSFS_H

int wiphy_sysfs_init(void);
void wiphy_sysfs_exit(void);

extern struct class ieee80211_class;

#endif /* __WIRELESS_SYSFS_H */
back to top