aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pnp/base.h
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2021-05-12 22:36:12 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-05-17 16:54:01 +0200
commitb15fc7c2c88e7a97fa347446301c37272de20ed5 (patch)
tree5943f74ca5f61ee49c2734622beb3d06c10a4289 /drivers/pnp/base.h
parentdrivers: pnp: isapnp: proc.c: Remove unnecessary local variables (diff)
downloadlinux-dev-b15fc7c2c88e7a97fa347446301c37272de20ed5.tar.xz
linux-dev-b15fc7c2c88e7a97fa347446301c37272de20ed5.zip
PNP: Remove pnp_alloc()
The kernel will complain anyway if it runs out of memory, so it is not necessary to print an extra error message when that happens and kzalloc() can be called directly instead of pnp_alloc() which then becomes redundant and can be dropped. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/pnp/base.h')
-rw-r--r--drivers/pnp/base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pnp/base.h b/drivers/pnp/base.h
index cdcfa39cf167..e74a0f6a3157 100644
--- a/drivers/pnp/base.h
+++ b/drivers/pnp/base.h
@@ -6,7 +6,6 @@
extern struct mutex pnp_lock;
extern const struct attribute_group *pnp_dev_groups[];
-void *pnp_alloc(long size);
int pnp_register_protocol(struct pnp_protocol *protocol);
void pnp_unregister_protocol(struct pnp_protocol *protocol);