mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
hwmon:ibm: Change ipmi_user_t to struct ipmi_user *
Signed-off-by: Corey Minyard <cminyard@mvista.com> Cc: Darrick J. Wong <darrick.wong@oracle.com> Acked-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
parent
ebba75fdf6
commit
3f901c8651
@ -101,7 +101,7 @@ static struct platform_driver aem_driver = {
|
||||
struct aem_ipmi_data {
|
||||
struct completion read_complete;
|
||||
struct ipmi_addr address;
|
||||
ipmi_user_t user;
|
||||
struct ipmi_user *user;
|
||||
int interface;
|
||||
|
||||
struct kernel_ipmi_msg tx_message;
|
||||
|
@ -84,7 +84,7 @@ struct ibmpex_bmc_data {
|
||||
|
||||
struct ipmi_addr address;
|
||||
struct completion read_complete;
|
||||
ipmi_user_t user;
|
||||
struct ipmi_user *user;
|
||||
int interface;
|
||||
|
||||
struct kernel_ipmi_msg tx_message;
|
||||
|
Loading…
Reference in New Issue
Block a user