]> Git Repo - linux.git/commit
kbuild: export-type enhancement to modpost.c
authorRam Pai <[email protected]>
Fri, 9 Jun 2006 05:12:53 +0000 (22:12 -0700)
committerSam Ravnborg <[email protected]>
Fri, 9 Jun 2006 18:33:10 +0000 (20:33 +0200)
commitbd5cbcedf446e2f37cf2a37f533a7e1d7dff9312
tree97cf8ea555684697b50a9444d75c33d28af0f0f4
parent031ecc6de7d17752c57720a118a37e97a8454872
kbuild: export-type enhancement to modpost.c

This patch provides the ability to identify the export-type of each
exported symbols in Module.symvers.

NOTE: It updates the Module.symvers file with the additional
information as shown below.

0x0f8b92af      platform_device_add_resources   vmlinux EXPORT_SYMBOL_GPL
0xcf7efb2a      ethtool_op_set_tx_csum          vmlinux EXPORT_SYMBOL

Signed-off-by: Andreas Gruenbacher <[email protected]>
Signed-off-by: Ram Pai <[email protected]>
Signed-off-by: Avantika Mathur <[email protected]>
Signed-off-by: Valdis Kletnieks <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
scripts/mod/modpost.c
scripts/mod/modpost.h
This page took 0.053118 seconds and 4 git commands to generate.