Removed atomic_t in the usecount field of the module struct for

compatibility reasons, since atomic_t is not defined in <asm/atomic.h>
on all architectures.
This commit is contained in:
Joey Schulze 2004-07-27 11:36:10 +00:00
parent 1836e84e94
commit bd22a26134

View File

@ -62,7 +62,7 @@ struct module
union union
{ {
atomic_t usecount; int usecount;
long pad; long pad;
} uc; /* Needs to keep its size - so says rth */ } uc; /* Needs to keep its size - so says rth */