ANDROID: GKI: fix up new enum ABI break for PERR_REMOTE
In commit a4e99cd4 ("cgroup/cpuset: Don't allow creation of local partition over a remote one") a new enum prs_errcode was added, PERR_REMOTE. This triggers the ABI check logic to show it as a "break", but as this new enum is only used within the kernel, it is safe to be ignored. Fixes: a4e99cd4 ("cgroup/cpuset: Don't allow creation of local partition over a remote one") Change-Id: Ic775557acbd1d60b8ffdc7360a2e3dee16c97fcf Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading
Please sign in to comment