From 9b1aa45539fb8389deb79e4a939bfc05ee45aeb5 Mon Sep 17 00:00:00 2001 From: Laurentiu Tudor Date: Thu, 22 Jun 2017 16:35:59 +0300 Subject: staging: fsl-mc: move mc-cmd.h contents in the public header mc-cmd.h contains some low level functions used to encode and decode commands to the MC. They are used by the drivers so move them to the public headers and get rid of the mc-cmd.h header. Signed-off-by: Laurentiu Tudor Signed-off-by: Greg Kroah-Hartman --- drivers/staging/fsl-mc/bus/dpcon.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/staging/fsl-mc/bus/dpcon.c') diff --git a/drivers/staging/fsl-mc/bus/dpcon.c b/drivers/staging/fsl-mc/bus/dpcon.c index 2272a9c..ca1da85 100644 --- a/drivers/staging/fsl-mc/bus/dpcon.c +++ b/drivers/staging/fsl-mc/bus/dpcon.c @@ -31,7 +31,6 @@ */ #include #include "../include/mc.h" -#include "../include/mc-cmd.h" #include "../include/dpcon.h" #include "dpcon-cmd.h" -- cgit v1.1