commit | f40609d1591fbbd9d391f1f8220173237911ab23 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jun 13 09:12:46 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jun 13 09:12:46 2017 +0200 |
tree | fe803e8641ec8ce1484655eb432fcc81dbe0b68a | |
parent | b46c73378c8436c3cd3fa19cead57a645adb0ed0 [diff] |
zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO() I missed converting the last zram attribute to CLASS_ATTR_RO() after removing CLASS_ATTR() from the kernel, causing a build breakage. This patch fixes that problem. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>