X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=include%2Flinux%2Fasync.h;h=cce4ad31e8fcf02e2479bd8dfbb80b1403c0fe81;hb=8c08c7b51ad33b75d480a20fb68a6f1376629e0e;hp=0a17cd27f34851c0e3d19f259eb0b5b2ccd82a14;hpb=57ab5f740202babe93c8796013c5cfdfd6d08d7d;p=linux-2.6-microblaze.git diff --git a/include/linux/async.h b/include/linux/async.h index 0a17cd27f348..cce4ad31e8fc 100644 --- a/include/linux/async.h +++ b/include/linux/async.h @@ -112,7 +112,6 @@ async_schedule_dev_domain(async_func_t func, struct device *dev, return async_schedule_node_domain(func, dev, dev_to_node(dev), domain); } -void async_unregister_domain(struct async_domain *domain); extern void async_synchronize_full(void); extern void async_synchronize_full_domain(struct async_domain *domain); extern void async_synchronize_cookie(async_cookie_t cookie);