aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBjorn Helgaas <bjorn.helgaas@hp.com>2010-12-16 10:38:41 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-12-17 10:00:59 -0800
commitc0f5ac5426f7fd82b23dd5c6a1e633b290294a08 (patch)
treee271f4e49d7d32a4637d958b619b3b0836f7079c /include
parent6db45b76eaa08133187f2cb44d496de7e9503aa8 (diff)
Revert "resources: support allocating space within a region from the top down"
This reverts commit e7f8567db9a7f6b3151b0b275e245c1cef0d9c70. Acked-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ioport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ioport.h b/include/linux/ioport.h
index d377ea815d4..b22790268b6 100644
--- a/include/linux/ioport.h
+++ b/include/linux/ioport.h
@@ -112,7 +112,6 @@ struct resource_list {
/* PC/ISA/whatever - the normal PC address spaces: IO and memory */
extern struct resource ioport_resource;
extern struct resource iomem_resource;
-extern int resource_alloc_from_bottom;
extern struct resource *request_resource_conflict(struct resource *root, struct resource *new);
extern int request_resource(struct resource *root, struct resource *new);