]> Git Repo - linux.git/commit - drivers/w1/slaves/w1_ds2780.c
w1: add helper macro module_w1_family
authorAndrew F. Davis <[email protected]>
Tue, 2 Aug 2016 21:07:09 +0000 (14:07 -0700)
committerLinus Torvalds <[email protected]>
Tue, 2 Aug 2016 23:35:39 +0000 (19:35 -0400)
commit939fc832290d548a02b6a309992b3c1ff7de1ff9
treeec7f08bea46363dc89e423c13f8a782ba3574b24
parent098f9fb0c962eb2fdba5f9d34f4cf7a938237184
w1: add helper macro module_w1_family

The helper macro module_w1_family can be used in module drivers that
only register a w1 driver in their module init functions.  Add this
macro and use it in all applicable drivers.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Andrew F. Davis <[email protected]>
Acked-by: Evgeniy Polyakov <[email protected]>
Cc: Greg KH <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/w1/slaves/w1_ds2406.c
drivers/w1/slaves/w1_ds2408.c
drivers/w1/slaves/w1_ds2413.c
drivers/w1/slaves/w1_ds2423.c
drivers/w1/slaves/w1_ds2431.c
drivers/w1/slaves/w1_ds2433.c
drivers/w1/slaves/w1_ds2760.c
drivers/w1/slaves/w1_ds2780.c
drivers/w1/slaves/w1_ds2781.c
drivers/w1/slaves/w1_ds28e04.c
drivers/w1/w1_family.h
This page took 0.055833 seconds and 4 git commands to generate.