summaryrefslogtreecommitdiff
path: root/compiler.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-13util: Add printf format GCC attribute to panic() functionTobias Klauser1-1/+5
2017-01-06compiler: Avoid redefinitions of __unused and __packedTobias Klauser1-2/+6
2015-04-08util: Add attribute warn_unused_result to allocation functionsTobias Klauser1-0/+1
2015-02-17compiler: Protect against redefinition of offsetof()Tobias Klauser1-4/+6
2015-02-06Initial import, still work in progressTobias Klauser1-0/+43
560aeee0a191a9bef1c80a2af071dbe078a'>diff)
net: sunbmac: Use net_device_stats from struct net_device
Instead of using a private copy of struct net_device_stats in struct bigmac, use stats from struct net_device. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat