[PATCH] Char: mxser_new, rework to allow dynamic structs
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:14 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:53 +0000 (08:28 -0800)
commit55b307da3e00b2281788860eefb42976a86d7752
tree8d942f774c9bce13e90a5c97d3845568f4ac7961
parent3306ce3d0554e2e59cc429b7133e17e1513307cb
[PATCH] Char: mxser_new, rework to allow dynamic structs

This patch is preparation for further patches (pci probing) to allow allocated
structures to be private data in pci_dev structure.  Union two different
structures used in the driver (hw_conf and port/board descriptor) to another
2: port and board not to initialize 2 different things and to have ports
contained in board structure.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/mxser_new.c
drivers/char/mxser_new.h