Skip to content

Commit

Permalink
ACPI / CPPC: remove redundant mbox_send_message() declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Timur Tabi authored and Rafael J. Wysocki committed Feb 3, 2016
1 parent 36f90b0 commit 2db8f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/acpi/cppc_acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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*/

0 comments on commit 2db8f9a

Please sign in to comment.