From: Noah Watkins Date: Wed, 20 Jul 2011 23:06:08 +0000 (-0600) Subject: staging: zram: make global var "num_devices" use unique name X-Git-Tag: v3.2-rc1~169^2^2~864^2~190 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efd54f4375982a3f8bef3cce610955f4cc37d5cb;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed