aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTimur Tabi <timur@codeaurora.org>2016-01-26 12:43:00 -0600
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-02-03 01:09:52 +0100
commit2db8f9a1d86aa32a9cbf1a975882b4fa162f040f (patch)
tree7ce0acb20067c76b448046e1ba181a34e7ff444e /include
parentLinux 4.5-rc2 (diff)
downloadlinux-dev-2db8f9a1d86aa32a9cbf1a975882b4fa162f040f.tar.xz
linux-dev-2db8f9a1d86aa32a9cbf1a975882b4fa162f040f.zip
ACPI / CPPC: remove redundant mbox_send_message() declaration
Remove a redundant function declaration in cppc_acpi.h for mbox_send_message(). That function is defined in mailbox_client.h, which is already included. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/acpi/cppc_acpi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/cppc_acpi.h b/include/acpi/cppc_acpi.h
index 717a29810473..dad8af3ebeb5 100644
--- a/include/acpi/cppc_acpi.h
+++ b/include/acpi/cppc_acpi.h
@@ -133,6 +133,5 @@ extern int acpi_get_psd_map(struct cpudata **);
/* Methods to interact with the PCC mailbox controller. */
extern struct mbox_chan *
pcc_mbox_request_channel(struct mbox_client *, unsigned int);
-extern int mbox_send_message(struct mbox_chan *chan, void *mssg);
#endif /* _CPPC_ACPI_H*/