From: Andrew Morton Cc: Greg KH Cc: Kay Sievers Signed-off-by: Andrew Morton --- drivers/s390/crypto/ap_bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/s390/crypto/ap_bus.c~fix-3-gregkh-driver-driver-core-change-add_uevent_var-to-use-a-struct drivers/s390/crypto/ap_bus.c --- a/drivers/s390/crypto/ap_bus.c~fix-3-gregkh-driver-driver-core-change-add_uevent_var-to-use-a-struct +++ a/drivers/s390/crypto/ap_bus.c @@ -458,7 +458,7 @@ static int ap_bus_match(struct device *d * uevent function for AP devices. It sets up a single environment * variable DEV_TYPE which contains the hardware device type. */ -static int ap_uevent (struct device *dev, struct kobj_uevent_env) +static int ap_uevent(struct device *dev, struct kobj_uevent_env *env) { struct ap_device *ap_dev = to_ap_dev(dev); int retval = 0; _