aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-01-13 18:38:28 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-01-13 18:38:28 +0900
commit8b6f08eaef16dfcfebc32fa9a017bf70336ad9ec (patch)
tree9f29f39de67b85baad5eca7d7165549a166c4367 /include
parent4ae26f46c98f58ef19ad34f475617b40740d2faa (diff)
parent8a453cac94803910305f7e95cbd157b6bbd88811 (diff)
downloadkernel_samsung_smdk4412-8b6f08eaef16dfcfebc32fa9a017bf70336ad9ec.zip
kernel_samsung_smdk4412-8b6f08eaef16dfcfebc32fa9a017bf70336ad9ec.tar.gz
kernel_samsung_smdk4412-8b6f08eaef16dfcfebc32fa9a017bf70336ad9ec.tar.bz2
Merge branch 'sh/alphaproject' into sh-latest
Diffstat (limited to 'include')
-rw-r--r--include/xen/xenbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen/xenbus.h b/include/xen/xenbus.h
index 43e2d7d..7a1d15f 100644
--- a/include/xen/xenbus.h
+++ b/include/xen/xenbus.h
@@ -94,7 +94,7 @@ struct xenbus_driver {
int (*remove)(struct xenbus_device *dev);
int (*suspend)(struct xenbus_device *dev, pm_message_t state);
int (*resume)(struct xenbus_device *dev);
- int (*uevent)(struct xenbus_device *, char **, int, char *, int);
+ int (*uevent)(struct xenbus_device *, struct kobj_uevent_env *);
struct device_driver driver;
int (*read_otherend_details)(struct xenbus_device *dev);
int (*is_ready)(struct xenbus_device *dev);