mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
tpm: autoload tpm_tis based on system PnP IDs
The tpm_tis driver already has a list of supported pnp_device_ids. This patch simply exports that list as a MODULE_DEVICE_TABLE() so that the module autoloader will discover and load the module at boottime. Signed-off-by: Matt Domsch <Matt_Domsch@dell.com> Acked-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
3507d61236
commit
31bde71c20
@ -637,6 +637,7 @@ static struct pnp_device_id tpm_pnp_tbl[] __devinitdata = {
|
|||||||
{"", 0}, /* User Specified */
|
{"", 0}, /* User Specified */
|
||||||
{"", 0} /* Terminator */
|
{"", 0} /* Terminator */
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(pnp, tpm_pnp_tbl);
|
||||||
|
|
||||||
static __devexit void tpm_tis_pnp_remove(struct pnp_dev *dev)
|
static __devexit void tpm_tis_pnp_remove(struct pnp_dev *dev)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user