From: Jiri Slaby Date: Thu, 18 Oct 2012 20:26:40 +0000 (+0200) Subject: TTY: move ldisc data from tty_struct: bitmaps X-Git-Tag: omap-for-v3.8/cleanup-headers-serial-take2-signed~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe780b379fac2e1eeb5907ee7c864756ce7ec83;p=pandora-kernel.git TTY: move ldisc data from tty_struct: bitmaps Here we move bitmaps and use DECLARE_BITMAP to declare them in the new structure. And instead of memset, we use bitmap_zero as it is more appropriate. Signed-off-by: Jiri Slaby Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed