summaryrefslogtreecommitdiffstats
path: root/drivers/pnp/base.h
diff options
context:
space:
mode:
authorRene Herman2008-10-16 07:03:58 +0200
committerLinus Torvalds2008-10-16 20:21:45 +0200
commitb563cf59c4d67da7d671788a9848416bfa4180ab (patch)
tree0b67e9264962cc216ac0d3aeed1b2fa0e8d65a8b /drivers/pnp/base.h
parentpnp: remove printk() with outdated version (diff)
downloadkernel-qcow2-linux-b563cf59c4d67da7d671788a9848416bfa4180ab.tar.gz
kernel-qcow2-linux-b563cf59c4d67da7d671788a9848416bfa4180ab.tar.xz
kernel-qcow2-linux-b563cf59c4d67da7d671788a9848416bfa4180ab.zip
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>
Diffstat (limited to 'drivers/pnp/base.h')
-rw-r--r--drivers/pnp/base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pnp/base.h b/drivers/pnp/base.h
index 9fd7bb9b7dce..7cc7bf5304aa 100644
--- a/drivers/pnp/base.h
+++ b/drivers/pnp/base.h
@@ -147,7 +147,7 @@ char *pnp_resource_type_name(struct resource *res);
void dbg_pnp_show_resources(struct pnp_dev *dev, char *desc);
void pnp_free_resources(struct pnp_dev *dev);
-int pnp_resource_type(struct resource *res);
+unsigned long pnp_resource_type(struct resource *res);
struct pnp_resource {
struct list_head list;