Commit fcbdf76e authored by Dave Jones's avatar Dave Jones

[AGP] Remove broken deprecated module locking.

parent 3c363821
......@@ -55,7 +55,6 @@ int agp_backend_acquire(void)
atomic_dec(&agp_bridge.agp_in_use);
return -EBUSY;
}
MOD_INC_USE_COUNT;
return 0;
}
......@@ -65,7 +64,6 @@ void agp_backend_release(void)
return;
atomic_dec(&agp_bridge.agp_in_use);
MOD_DEC_USE_COUNT;
}
struct agp_max_table {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment