git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b06fcd6
)
genksyms: Do not expand internal types
author
Michal Marek
<mmarek@suse.cz>
Fri, 7 Oct 2011 23:18:35 +0000
(
01:18
+0200)
committer
Michal Marek
<mmarek@suse.cz>
Tue, 11 Oct 2011 10:00:39 +0000
(12:00 +0200)
Consider structures, unions and enums defined in the source file as
internal and do not expand them. This way, changes to e.g. struct
serial_private in drivers/tty/serial/8250_pci.c will not affect the
checksum of the pciserial_* exports.
No differences found