diff options
author | Tetsuo Handa <[email protected]> | 2010-11-18 09:40:04 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2010-11-18 09:40:04 -0800 |
commit | ef22b7b65f0eda9015becc7bff225a399914a242 (patch) | |
tree | 15801292a4a57bc71552685e10f21e1e8094efc8 /net/unix/sysctl_net_unix.c | |
parent | b52b97a339c0f2d76dfd6a31466d3f1b05c5cf7e (diff) |
net: Fix duplicate volatile warning.
jiffies is defined as "volatile".
extern unsigned long volatile __jiffy_data jiffies;
ACCESS_ONCE() uses "volatile".
As a result, some compilers warn duplicate `volatile' for ACCESS_ONCE(jiffies).
Signed-off-by: Tetsuo Handa <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions