commit | efd54f4375982a3f8bef3cce610955f4cc37d5cb | [log] [tgz] |
---|---|---|
author | Noah Watkins <noahwatkins@gmail.com> | Wed Jul 20 17:06:08 2011 -0600 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 23 14:34:19 2011 -0700 |
tree | bcf491a3ef18a1428272979308801408c98eb59f | |
parent | 43801f6e4ee269cd76f601c2b1d79897ea4a892f [diff] |
staging: zram: make global var "num_devices" use unique name The global variable "num_devices" is too general to be global. This patch switches the name to be "zram_num_devices". Signed-off-by: Noah Watkins <noahwatkins@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>