Commit 4fc2e0b5 authored by Aneesh Kumar K.V's avatar Aneesh Kumar K.V Committed by Marcelo Henrique Cerri

UBUNTU: SAUCE: Remove setup.h include file otherwise compilation complains...

UBUNTU: SAUCE: Remove setup.h include file otherwise compilation complains about missing header file.

CVE-2017-5754

BugLink: http://bugs.launchpad.net/bugs/1742772Signed-off-by: default avatarAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: default avatarMarcelo Henrique Cerri <marcelo.cerri@canonical.com>
parent 323c02b0
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include <asm/ppc_asm.h> #include <asm/ppc_asm.h>
#include "cacheinfo.h" #include "cacheinfo.h"
#include "setup.h"
#ifdef CONFIG_PPC64 #ifdef CONFIG_PPC64
#include <asm/paca.h> #include <asm/paca.h>
...@@ -499,6 +498,7 @@ static DEVICE_ATTR(purr, 0400, show_purr, store_purr); ...@@ -499,6 +498,7 @@ static DEVICE_ATTR(purr, 0400, show_purr, store_purr);
static DEVICE_ATTR(pir, 0400, show_pir, NULL); static DEVICE_ATTR(pir, 0400, show_pir, NULL);
#ifdef CONFIG_PPC_BOOK3S_64 #ifdef CONFIG_PPC_BOOK3S_64
extern bool rfi_flush;
static ssize_t show_rfi_flush(struct device *dev, static ssize_t show_rfi_flush(struct device *dev,
struct device_attribute *attr, char *buf) struct device_attribute *attr, char *buf)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment