dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/char/rio
Jeff Dike b68e31d0eb [PATCH] const struct tty_operations
As part of an SMP cleanliness pass over UML, I consted a bunch of
structures in order to not have to document their locking.  One of these
structures was a struct tty_operations.  In order to const it in UML
without introducing compiler complaints, the declaration of
tty_set_operations needs to be changed, and then all of its callers need to
be fixed.

This patch declares all struct tty_operations in the tree as const.  In all
cases, they are static and used only as input to tty_set_operations.  As an
extra check, I ran an i386 allyesconfig build which produced no extra
warnings.

53 drivers are affected.  I checked the history of a bunch of them, and in
most cases, there have been only a handful of maintenance changes in the
last six months.  serial_core.c was the busiest one that I looked at.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-02 07:57:14 -07:00
..
Makefile [PATCH] rio driver rework continued #5 2006-03-24 07:33:29 -08:00
board.h [PATCH] rio: more header cleanup 2006-03-24 07:33:28 -08:00
cirrus.h [PATCH] Yet more rio cleaning (1 of 2) 2006-03-24 07:33:29 -08:00
cmdblk.h [PATCH] rio driver rework continued #3 2006-03-24 07:33:29 -08:00
cmdpkt.h [PATCH] rio driver rework continued #1 2006-03-24 07:33:29 -08:00
daemon.h [PATCH] trivial annotations in rio 2006-05-27 02:26:14 -04:00
errors.h [PATCH] lindent rio drivers 2006-01-11 18:42:14 -08:00
func.h [PATCH] rio ->Copy() expects the sourse as first argument 2006-05-27 02:26:23 -04:00
host.h [PATCH] trivial annotations in rio 2006-05-27 02:26:14 -04:00
link.h [PATCH] Yet more rio cleaning (1 of 2) 2006-03-24 07:33:29 -08:00
linux_compat.h [PATCH] Yet more rio cleaning (1 of 2) 2006-03-24 07:33:29 -08:00
map.h [PATCH] Yet more rio cleaning (1 of 2) 2006-03-24 07:33:29 -08:00
param.h [PATCH] Yet more rio cleaning (1 of 2) 2006-03-24 07:33:29 -08:00
parmmap.h [PATCH] Yet more rio cleaning (1 of 2) 2006-03-24 07:33:29 -08:00
pci.h [PATCH] lindent rio drivers 2006-01-11 18:42:14 -08:00
phb.h [PATCH] Yet more rio cleaning (1 of 2) 2006-03-24 07:33:29 -08:00
pkt.h [PATCH] rio: more header cleanup 2006-03-24 07:33:28 -08:00
port.h [PATCH] trivial annotations in rio 2006-05-27 02:26:14 -04:00
protsts.h [PATCH] lindent rio drivers 2006-01-11 18:42:14 -08:00
rio.h [PATCH] trivial annotations in rio 2006-05-27 02:26:14 -04:00
rio_linux.c [PATCH] const struct tty_operations 2006-10-02 07:57:14 -07:00
rio_linux.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
rioboard.h [PATCH] lindent rio drivers 2006-01-11 18:42:14 -08:00
rioboot.c [PATCH] bogus order of copy_from_user() arguments 2006-05-27 02:26:32 -04:00
riocmd.c [PATCH] missing readb/readw in rio 2006-05-27 02:27:23 -04:00
rioctrl.c [PATCH] copy_to_user() from iomem is a bad thing 2006-05-27 02:27:15 -04:00
riodrvr.h [PATCH] rio driver rework continued #1 2006-03-24 07:33:29 -08:00
rioinfo.h [PATCH] lindent rio drivers 2006-01-11 18:42:14 -08:00
rioinit.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
riointr.c spelling fixes 2006-06-26 18:35:02 +02:00
rioioctl.h [PATCH] Final rio polish 2006-05-15 11:20:57 -07:00
rioparam.c [PATCH] trivial annotations in rio 2006-05-27 02:26:14 -04:00
rioroute.c [PATCH] uses of ->Copy() in rioroute are bogus 2006-05-27 02:26:40 -04:00
riospace.h [PATCH] lindent rio drivers 2006-01-11 18:42:14 -08:00
riotable.c [PATCH] missing readb/readw in rio 2006-05-27 02:27:23 -04:00
riotty.c [PATCH] trivial annotations in rio 2006-05-27 02:26:14 -04:00
route.h [PATCH] lindent rio drivers 2006-01-11 18:42:14 -08:00
rup.h [PATCH] rio driver rework continued #1 2006-03-24 07:33:29 -08:00
unixrup.h [PATCH] trivial annotations in rio 2006-05-27 02:26:14 -04:00