Replace __unused in kernel headers with __linux_unused to avoid

conflicts with __unused macro in sys/cdefs.h

Change-Id: Ice664397e0b7c7a90795012f30be5e43a9675525
This commit is contained in:
Raghu Gandham
2012-09-25 17:49:17 -07:00
parent 6e0e03c38b
commit 0e77287209
3 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ struct __sysctl_args {
size_t __user *oldlenp;
void __user *newval;
size_t newlen;
unsigned long __unused[4];
unsigned long __linux_unused[4];
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
};
enum