Skip to content
Snippets Groups Projects
Commit ee40fa06 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE


These were getting the macros from an implicit module.h
include via device.h, but we are planning to clean that up.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>

drivers/net: Add export.h to wireless/brcm80211/brcmfmac/bcmsdh.c

This relatively recently added file uses EXPORT_SYMBOL and hence
needs export.h included so that it is compatible with the module.h
split up work.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 9d9779e7
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment