From cd089b9e05aad31244059ba88988afbe1db02e5e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 5 May 2017 08:47:39 +0200 Subject: Linux update to 4.11-rc5 Linux baseline a71c9a1c779f2499fb2afc0553e543f18aff6edf (4.11-rc5). --- linux/drivers/soc/fsl/qbman/qman_test.h | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'linux/drivers/soc/fsl/qbman/qman_test.h') diff --git a/linux/drivers/soc/fsl/qbman/qman_test.h b/linux/drivers/soc/fsl/qbman/qman_test.h index 0b34a670..d5f8cb22 100644 --- a/linux/drivers/soc/fsl/qbman/qman_test.h +++ b/linux/drivers/soc/fsl/qbman/qman_test.h @@ -1,4 +1,4 @@ -/* Copyright 2008 - 2015 Freescale Semiconductor, Inc. +/* Copyright 2008 - 2016 Freescale Semiconductor, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -28,17 +28,9 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include "qman_priv.h" -#include +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -void qman_test_stash(void); -void qman_test_api(void); +int qman_test_stash(void); +int qman_test_api(void); -- cgit v1.2.3