diff options
author | Logan Gunthorpe <logang@deltatee.com> | 2017-03-17 19:48:13 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-21 06:44:33 +0100 |
commit | 8dbbf582518190b22681c0fa0d9a129b047138a2 (patch) | |
tree | 64758ee2fc7278a0ebda11388ea11d050947b01f /Makefile | |
parent | gpiolib: utilize new cdev_device_add helper function (diff) | |
download | linux-8dbbf582518190b22681c0fa0d9a129b047138a2.tar.xz linux-8dbbf582518190b22681c0fa0d9a129b047138a2.zip |
tpm-chip: utilize new cdev_device_add helper function
Replace the open coded registration of the cdev and dev with the
new device_add_cdev() helper. The helper replaces a common pattern by
taking the proper reference against the parent device and adding both
the cdev and the device.
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions