backports: rename some mem functions to not break custom kernels
authorArik Nemtsov <arik@wizery.com>
Wed, 14 Aug 2013 07:48:05 +0000 (10:48 +0300)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 16 Aug 2013 03:12:47 +0000 (20:12 -0700)
commitc871780b5afa182878884bf5ccd8df4817a2660f
treecff3e9999c9ec3183f94fce231308c85824c542f
parent717c0d9641595df05a301feea6eafc8c1d882a91
backports: rename some mem functions to not break custom kernels

When custom patches are cherry-picked to a kernel, some symbols exported
by backports may clash with the built-in ones. Rename the backports
symbols using the standard backport_ prefix to prevent that.

The offending symbols were exported by the patch below:

commit 2ce5c22448bb45998318267c00b5d6ef9cff3170
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date:   Thu Jun 6 13:48:04 2013 +0200

    backports: backport some memory functions

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
backport/backport-include/asm/mtrr.h
backport/backport-include/linux/io.h