]> git.baikalelectronics.ru Git - kernel.git/commit
Add missing "struct" to in sizeof.
authorJesper Nilsson <jespern@axis.com>
Thu, 28 Oct 2010 10:04:55 +0000 (12:04 +0200)
committerJesper Nilsson <jespern@axis.com>
Thu, 28 Oct 2010 10:13:26 +0000 (12:13 +0200)
commit2b8a2d2db1817d48ff2467473dc1122e67a36d11
tree930dd4a6cf0f21f7d314800ef82d7bc93207df35
parentdf4f5330c7ea3a80d3882c2bd66dffd808821a02
Add missing "struct" to in sizeof.

Lead to a compile error when the struct was no longer typedef'd.

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
drivers/serial/crisv10.c