#ifndef LIST_I_H #define LIST_I_H #include #include #define list_head cds_list_head #define LIST_HEAD CDS_LIST_HEAD #define INIT_LIST_HEAD CDS_INIT_LIST_HEAD #define LIST_HEAD_INIT CDS_LIST_HEAD_INIT #define list_add cds_list_add #define list_add_tail cds_list_add_tail #define list_del cds_list_del #define list_del_init cds_list_del_init #define list_move cds_list_move #define list_replace cds_list_replace #define list_splice cds_list_splice #define list_entry cds_list_entry #define list_first_entry cds_list_first_entry #define list_for_each cds_list_for_each #define list_for_each_safe cds_list_for_each_safe #define list_for_each_prev cds_list_for_each_prev #define list_for_each_prev_safe cds_list_for_each_prev_safe #define list_for_each_entry cds_list_for_each_entry #define list_for_each_entry_safe cds_list_for_each_entry_safe #define list_for_each_entry_reverse cds_list_for_each_entry_reverse #define list_empty cds_list_empty #define list_replace_init cds_list_replace_init #define list_add_rcu cds_list_add_rcu #define list_add_tail_rcu cds_list_add_tail_rcu #define list_replace_rcu cds_list_replace_rcu #define list_del_rcu cds_list_del_rcu #define list_for_each_rcu cds_list_for_each_rcu #define list_for_each_entry_rcu cds_list_for_each_entry_rcu #endif /* LIST_I_H */ acket-rx-pump-back'>packet-rx-pump-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-30 13:18:12 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-30 13:18:12 -0800
commit751321b3dd5040dc5be19bd23f985e80c914621a (patch)
tree967928e24b38dc7fed918f932bb1b243af42bf7f /sound/soc
parent566cf877a1fcb6d6dc0126b076aad062054c2637 (diff)
parent586655d278ba08af7b198b93217746f9a506ee8a (diff)
Merge tag 'rtc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Pull RTC fix from Alexandre Belloni: "A single fix for this cycle. It is worth taking it for 4.10 so that distributions will not have CONFIG_RTC_DRV_JZ4740 switching from m to y in their config. Summary: - Allow jz4740 to build as a module again by using kernel_halt()" * tag 'rtc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: rtc: jz4740: make the driver buildable as a module again
Diffstat (limited to 'sound/soc')