X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Flinux%2Fcompat%2Finclude%2Flinux%2Flockdep.h;h=da3dfe8da283e538b0fac533a01b62b23e77cd42;hb=6455100f38e9312346f4d58511595f695d813537;hp=1c839423a328590377fa5eb889848be002e194fe;hpb=d929d22c2c543ae3ceafa90b378154e6b4cf9a56;p=sliver-openvswitch.git diff --git a/datapath/linux/compat/include/linux/lockdep.h b/datapath/linux/compat/include/linux/lockdep.h index 1c839423a..da3dfe8da 100644 --- a/datapath/linux/compat/include/linux/lockdep.h +++ b/datapath/linux/compat/include/linux/lockdep.h @@ -27,8 +27,7 @@ struct lockdep_map; /* * Lock-class usage-state bits: */ -enum lock_usage_bit -{ +enum lock_usage_bit { LOCK_USED = 0, LOCK_USED_IN_HARDIRQ, LOCK_USED_IN_SOFTIRQ, @@ -212,7 +211,7 @@ struct held_lock { struct lockdep_map *instance; #ifdef CONFIG_LOCK_STAT - u64 waittime_stamp; + u64 waittime_stamp; u64 holdtime_stamp; #endif /*