]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/connector.h
[PATCH] gfp flags annotations - part 1
[net-next-2.6.git] / include / linux / connector.h
index 96582c9911ac225e8523aba9dc9cc4e205c4f1b7..95952cc1f525b509b365191738911c2d992d19ac 100644 (file)
@@ -149,7 +149,7 @@ struct cn_dev {
 
 int cn_add_callback(struct cb_id *, char *, void (*callback) (void *));
 void cn_del_callback(struct cb_id *);
-int cn_netlink_send(struct cn_msg *, u32, unsigned int __nocast);
+int cn_netlink_send(struct cn_msg *, u32, gfp_t);
 
 int cn_queue_add_callback(struct cn_queue_dev *dev, char *name, struct cb_id *id, void (*callback)(void *));
 void cn_queue_del_callback(struct cn_queue_dev *dev, struct cb_id *id);