From: Jiri Slaby Date: Fri, 8 Dec 2006 10:38:14 +0000 (-0800) Subject: [PATCH] Char: mxser_new, rework to allow dynamic structs X-Git-Tag: v2.6.20-rc1~34^2~237 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55b307da3e00b2281788860eefb42976a86d7752;p=pandora-kernel.git [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 Cc: Alan Cox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed