acrn-kernel/drivers/w1
Evgeniy Polyakov 70d484bff4 [PATCH] W1: possible cleanups
This patch contains the following possible cleanups:
- the following file did't #include the header with the prototypes for
  it's global functions:
  - w1_int.c
- #if 0 the following unused global function:
  - w1_family.c: w1_family_get()
- make the following needlessly global functions static:
  - w1_family.c: __w1_family_put()
  - w1_io.c: w1_delay()
  - w1_io.c: w1_touch_bit()
  - w1_io.c: w1_read_8()
- remove the following unused EXPORT_SYMBOL's:
  - w1_family.c: w1_family_put
  - w1_family.c: w1_family_registered

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-06-22 11:22:50 -07:00
..
masters [PATCH] w1: Use mutexes instead of semaphores. 2006-06-22 11:22:50 -07:00
slaves [PATCH] w1: Use mutexes instead of semaphores. 2006-06-22 11:22:50 -07:00
Kconfig [PATCH] w1: Make w1 connector notifications depend on connector. 2006-06-22 11:22:50 -07:00
Makefile [PATCH] w1: Make w1 connector notifications depend on connector. 2006-06-22 11:22:50 -07:00
w1.c [PATCH] W1: cleanups 2006-06-22 11:22:50 -07:00
w1.h [PATCH] W1: possible cleanups 2006-06-22 11:22:50 -07:00
w1_family.c [PATCH] W1: possible cleanups 2006-06-22 11:22:50 -07:00
w1_family.h [PATCH] W1: possible cleanups 2006-06-22 11:22:50 -07:00
w1_int.c [PATCH] W1: possible cleanups 2006-06-22 11:22:50 -07:00
w1_int.h
w1_io.c [PATCH] W1: possible cleanups 2006-06-22 11:22:50 -07:00
w1_io.h [PATCH] W1: possible cleanups 2006-06-22 11:22:50 -07:00
w1_log.h
w1_netlink.c [PATCH] w1: Use mutexes instead of semaphores. 2006-06-22 11:22:50 -07:00
w1_netlink.h [PATCH] w1: Move w1-connector definitions into linux/include/connector.h 2006-06-22 11:22:50 -07:00