commit | 729a8989b3fa8ae7965c537dfccbd08512e84d3c | [log] [tgz] |
---|---|---|
author | Varka Bhadram <varkabhadram@gmail.com> | Tue Jul 07 10:50:42 2015 +0530 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Jul 23 17:10:50 2015 +0200 |
tree | b28f3aa9bec591346e68016fb8da78eb08482a24 | |
parent | f104f06c1b0c93a7c087609e6ab0005e359afab9 [diff] |
mac802154: do not export ieee802154_rx() Right now there are no other users for ieee802154_rx() in kernel. So lets remove EXPORT_SYMBOL() for this. Also it moves the function prototype from global header file to local header file. Signed-off-by: Varka Bhadram <varkabhadram@gmail.com> Acked-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>