]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] W1: possible cleanups
authorEvgeniy Polyakov <johnpol@2ka.mipt.ru>
Mon, 24 Apr 2006 06:46:14 +0000 (10:46 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jun 2006 18:22:50 +0000 (11:22 -0700)
commit70d484bff43013e9b08f5d970b1c5941e9d98e16
tree1d5fdc87b7cdfe45b4ae745aef0310c256bd50f7
parent2c5bfdac33607a618d8cf1532ef235ca9eccd49e
[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>
drivers/w1/w1.h
drivers/w1/w1_family.c
drivers/w1/w1_family.h
drivers/w1/w1_int.c
drivers/w1/w1_io.c
drivers/w1/w1_io.h