summaryrefslogtreecommitdiffstats
path: root/include/linux/ipmi_smi.h
diff options
context:
space:
mode:
authorCorey Minyard2018-04-18 20:01:21 +0200
committerCorey Minyard2018-05-09 19:21:46 +0200
commit163475ebf9f3d1b516c1f8ee4f59eb8ff8e97ee8 (patch)
tree2d55d7405f62fb229c014c3d5c2c4399f9aa615a /include/linux/ipmi_smi.h
parentipmi_ssif: Fix uninitialized variable issue (diff)
downloadkernel-qcow2-linux-163475ebf9f3d1b516c1f8ee4f59eb8ff8e97ee8.tar.gz
kernel-qcow2-linux-163475ebf9f3d1b516c1f8ee4f59eb8ff8e97ee8.tar.xz
kernel-qcow2-linux-163475ebf9f3d1b516c1f8ee4f59eb8ff8e97ee8.zip
ipmi: Remove the proc interface
It has been deprecated long enough, get rid of it. Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'include/linux/ipmi_smi.h')
-rw-r--r--include/linux/ipmi_smi.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/ipmi_smi.h b/include/linux/ipmi_smi.h
index 0d438662a821..7d5fd38d5282 100644
--- a/include/linux/ipmi_smi.h
+++ b/include/linux/ipmi_smi.h
@@ -240,15 +240,4 @@ static inline void ipmi_free_smi_msg(struct ipmi_smi_msg *msg)
msg->done(msg);
}
-#ifdef CONFIG_IPMI_PROC_INTERFACE
-/*
- * Allow the lower layer to add things to the proc filesystem
- * directory for this interface. Note that the entry will
- * automatically be dstroyed when the interface is destroyed.
- */
-int ipmi_smi_add_proc_entry(struct ipmi_smi *smi, char *name,
- const struct file_operations *proc_ops,
- void *data);
-#endif
-
#endif /* __LINUX_IPMI_SMI_H */