Commit a9d09b99 authored by Suman Anna's avatar Suman Anna Committed by Hari Kanigeri

SYSLINK: procmgr - relocated procmgr.h

procmgr.h file has been moved from drivers/dsp/syslink/procmgr
to arch/arm/plat-omap/include/syslink/procmgr.h. This is required
as sysmgr would need to include procmgr.h.
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
parent 22d408d1
......@@ -25,7 +25,7 @@
/* Module level headers */
#include "../procdefs.h"
#include "../processor.h"
#include "../procmgr.h"
#include <procmgr.h>
#include "../procmgr_drvdefs.h"
#include "proc4430.h"
#include "dmm4430.h"
......
......@@ -22,7 +22,7 @@
/* Module headers */
#include "../procmgr.h"
#include <procmgr.h>
#include "../procdefs.h"
#include <linux/types.h>
......
......@@ -20,7 +20,7 @@
#include <linux/types.h>
/* Module level headers */
#include "procmgr.h"
#include <procmgr.h>
/* =============================
......
......@@ -21,7 +21,7 @@
#include <asm/atomic.h>
/* Module level headers */
#include "procmgr.h"
#include <procmgr.h>
#include "procdefs.h"
#include "processor.h"
#include <syslink/atomic_linux.h>
......
......@@ -26,7 +26,7 @@
#include <linux/platform_device.h>
/* Module headers */
#include "procmgr.h"
#include <procmgr.h>
#include "procmgr_drvdefs.h"
#define PROCMGR_NAME "syslink-procmgr"
......
......@@ -21,7 +21,7 @@
#include <linux/types.h>
/* Module headers */
#include "procmgr.h"
#include <procmgr.h>
/* =================================
......
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