summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Morton <akpm@digeo.com>2003-04-04 04:12:01 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-04-04 04:12:01 -0800
commit99686994db763eeaeceeafb61a2e0ddb90898fc0 (patch)
tree7b0c86a807edd038f2cc52edf5612541c75731fd /include
parentb1ffe92e755607843bffc422d509e5043f115bbb (diff)
[PATCH] acpi compile fix
ACPI is performing a spin_lock() on a `void *'. That's OK when spin_lock is implemented via an inline function. But when it is implemented via macros it causes compile-time breakage. So cast it to the right type. It really should be fixed not to use opaque handles, though.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions