linux/drivers/staging/iio
Ingo Molnar 388dba3047 Driver-Core: fix devnode callbacks for dabusb and industrialio
The build of the dabusb driver broke:

  drivers/media/video/dabusb.c:758: error: unknown field 'nodename' specified in initializer
  drivers/media/video/dabusb.c:758: warning: initialization from incompatible pointer type
  make[3]: *** wait: No child processes.  Stop.

Due to this commit:

  e454cea: Driver-Core: extend devnode callbacks to provide permissions

Missing the dabusb driver's dabusb_nodename() callback.

Similar issues with the iio/industrialio driver in staging, pointed out
and patched by Jean Delvare.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Industrialio-parts-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-09-21 07:36:33 -07:00
..
Documentation Staging: IIO: Initial documentation 2009-09-15 12:02:25 -07:00
accel Staging: iio: introduce missing kfree 2009-09-15 12:02:34 -07:00
adc Staging: IIO: max1363 add software ring buffer support using ring_sw 2009-09-15 12:02:25 -07:00
light
trigger Staging: iio: fix duplicate dev_attr_name 2009-09-15 12:02:26 -07:00
Kconfig Staging: IIO: Periodic timer based trigger 2009-09-15 12:02:25 -07:00
Makefile Staging: IIO: Periodic timer based trigger 2009-09-15 12:02:25 -07:00
TODO Staging: IIO: Add todo list for staging 2009-09-15 12:02:26 -07:00
chrdev.h
iio.h
industrialio-core.c Driver-Core: fix devnode callbacks for dabusb and industrialio 2009-09-21 07:36:33 -07:00
industrialio-ring.c
industrialio-trigger.c
ring_generic.h
ring_hw.h
ring_sw.c Staging: iio: Fix type warnings 2009-09-15 12:02:26 -07:00
ring_sw.h
sysfs.h
trigger.h
trigger_consumer.h