aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_kernel.h
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-07-17 18:37:43 -0700
committerRoland Dreier <rolandd@cisco.com>2007-07-17 18:37:43 -0700
commit1743b91710053d00e05632d63de7c457c649042f (patch)
treee812bb2de4bf1b9606ae973dca6593fc4ac9c20c /drivers/infiniband/hw/ipath/ipath_kernel.h
parentda9aec7b627c0369b955f82e855508c6711929ac (diff)
downloadlinux-1743b91710053d00e05632d63de7c457c649042f.tar.gz
IB/ipath: Remove ipath_get_user_pages_nocopy()
It has no callers and is completely dead code. Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_kernel.h')
-rw-r--r--drivers/infiniband/hw/ipath/ipath_kernel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_kernel.h b/drivers/infiniband/hw/ipath/ipath_kernel.h
index b6ccd04164961..ace63ef78e6fa 100644
--- a/drivers/infiniband/hw/ipath/ipath_kernel.h
+++ b/drivers/infiniband/hw/ipath/ipath_kernel.h
@@ -819,7 +819,6 @@ static inline u64 ipath_mdio_req(int cmd, int dev, int reg, int data)
#define IPATH_MDIO_CTRL_8355_REG_10 0x1D
int ipath_get_user_pages(unsigned long, size_t, struct page **);
-int ipath_get_user_pages_nocopy(unsigned long, struct page **);
void ipath_release_user_pages(struct page **, size_t);
void ipath_release_user_pages_on_close(struct page **, size_t);
int ipath_eeprom_read(struct ipath_devdata *, u8, void *, int);