![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 #include <linux/module.h> 0003 #include <linux/of_device.h> 0004 0005 /* This is a dummy device table linked into all of the crypto 0006 * opcode drivers. It serves to trigger the module autoloading 0007 * mechanisms in userspace which scan the OF device tree and 0008 * load any modules which have device table entries that 0009 * match OF device nodes. 0010 */ 0011 static const struct of_device_id crypto_opcode_match[] = { 0012 { .name = "cpu", .compatible = "sun4v", }, 0013 {}, 0014 }; 0015 MODULE_DEVICE_TABLE(of, crypto_opcode_match);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |