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