summaryrefslogtreecommitdiff
path: root/staging/cli_eth.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+269
After some back and forth, we decided that it is easier to maintain mausezahn in a staging directory until it is fully reworked and cleaned up to be ready to be fully integrated. This way, it is better than having it in a separate branch, and we can also accept patches from outside more easily. Also, while at it, fix up some function mismatches with libcli. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
/cgit.cgi/linux/net-next.git/patch/lib/llist.c?id=8bc3bcc93a2b4e47d5d410146f6546bca6171663'>patch) tree101f55a96f751749041c90c32ef1ba89f94dc4d1 /lib/llist.c parent630d9c47274aa89bfa77fe6556d7818bdcb12992 (diff)
lib: reduce the use of module.h wherever possible
For files only using THIS_MODULE and/or EXPORT_SYMBOL, map them onto including export.h -- or if the file isn't even using those, then just delete the include. Fix up any implicit include dependencies that were being masked by module.h along the way. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'lib/llist.c')