mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
WorkStruct: make allyesconfig
Fix up for make allyesconfig. Signed-Off-By: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
65f27f3844
commit
c4028958b6
282 changed files with 1775 additions and 1454 deletions
|
@ -133,7 +133,7 @@ struct cn_callback_data {
|
|||
struct cn_callback_entry {
|
||||
struct list_head callback_entry;
|
||||
struct cn_callback *cb;
|
||||
struct work_struct work;
|
||||
struct delayed_work work;
|
||||
struct cn_queue_dev *pdev;
|
||||
|
||||
struct cn_callback_id id;
|
||||
|
@ -170,7 +170,7 @@ void cn_queue_free_dev(struct cn_queue_dev *dev);
|
|||
|
||||
int cn_cb_equal(struct cb_id *, struct cb_id *);
|
||||
|
||||
void cn_queue_wrapper(void *data);
|
||||
void cn_queue_wrapper(struct work_struct *work);
|
||||
|
||||
extern int cn_already_initialized;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue