Skip to content
Snippets Groups Projects
Commit 2a9e9507 authored by David S. Miller's avatar David S. Miller
Browse files

net: Remove __KERNEL__ cpp checks from include/net


These header files are never installed to user consumption, so any
__KERNEL__ cpp checks are superfluous.

Projects should also not copy these files into their userland utility
sources and try to use them there.  If they insist on doing so, the
onus is on them to sanitize the headers as needed.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b71d1d42
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 68 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