linux/drivers/uwb/wlp
Emese Revfy 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type
Constify struct sysfs_ops.

This is part of the ops structure constification
effort started by Arjan van de Ven et al.

Benefits of this constification:

 * prevents modification of data that is shared
   (referenced) by many other structure instances
   at runtime

 * detects/prevents accidental (but not intentional)
   modification attempts on archs that enforce
   read-only kernel data at runtime

 * potentially better optimized code as the compiler
   can assume that the const data cannot be changed

 * the compiler/linker move const data into .rodata
   and therefore exclude them from false sharing

Signed-off-by: Emese Revfy <re.emese@gmail.com>
Acked-by: David Teigland <teigland@redhat.com>
Acked-by: Matt Domsch <Matt_Domsch@dell.com>
Acked-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Acked-by: Hans J. Koch <hjk@linutronix.de>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Jens Axboe <jens.axboe@oracle.com>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-03-07 17:04:49 -08:00
..
Makefile uwb: add WiMedia LLC Protocol (build system) 2008-09-17 16:54:28 +01:00
driver.c uwb: add the WiMedia LLC Protocol stack 2008-09-17 16:54:27 +01:00
eda.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream 2009-01-02 13:17:13 +00:00
messages.c uwb: use dev_dbg() for debug messages 2008-12-22 18:22:50 +00:00
sysfs.c Driver core: Constify struct sysfs_ops in struct kobj_type 2010-03-07 17:04:49 -08:00
txrx.c tree-wide: fix assorted typos all over the place 2009-12-04 15:39:55 +01:00
wlp-internal.h uwb: order IEs by element ID 2008-10-28 12:09:17 +00:00
wlp-lc.c uwb: use dev_dbg() for debug messages 2008-12-22 18:22:50 +00:00
wss-lc.c uwb: use dev_dbg() for debug messages 2008-12-22 18:22:50 +00:00