aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
Commit message (Collapse)AuthorAgeFilesLines
* driver core: dev_set_drvdata returns voidJean Delvare2019-05-031-1/+1
| | | | | | | | | | | | | dev_set_drvdata can no longer fail, so it could return void. All callers have hopefully been updated to no longer check for the return value. [apq8084: fix callers still expecting a return value] Change-Id: I5e8995b0783727139901dcc7a810e8d0d39a0eed Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* block: zram: Backport from Linux 4.1Sultan Qasim Khan2017-09-251-0/+6
| | | | Change-Id: I23f6f75979077992298d848efd79a6efc0d776bd
* first commitMeizu OpenSource2016-08-151-0/+1134