pnp: make the resource type an unsigned long
authorRene Herman <rene.herman@keyaccess.nl>
Thu, 16 Oct 2008 05:03:58 +0000 (22:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:45 +0000 (11:21 -0700)
commitb563cf59c4d67da7d671788a9848416bfa4180ab
tree0b67e9264962cc216ac0d3aeed1b2fa0e8d65a8b
parenta63cc18f02b941662ca5f6c33adca1aa9e8c1a96
pnp: make the resource type an unsigned long

PnP encodes the resource type directly as its struct resource->flags value
which is an unsigned long.  Make it so...

Signed-off-by: Rene Herman <rene.herman@gmail.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Acked-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pnp/base.h
drivers/pnp/quirks.c
drivers/pnp/resource.c
include/linux/pnp.h