Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: vc04_services: remove unused files

All thoses files are not used by anybody.
Lets just remove them.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Corentin Labbe and committed by
Greg Kroah-Hartman
e5fe0af5 058643de

-155
-37
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_build_info.h
··· 1 - /** 2 - * Copyright (c) 2010-2012 Broadcom. All rights reserved. 3 - * 4 - * Redistribution and use in source and binary forms, with or without 5 - * modification, are permitted provided that the following conditions 6 - * are met: 7 - * 1. Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions, and the following disclaimer, 9 - * without modification. 10 - * 2. Redistributions in binary form must reproduce the above copyright 11 - * notice, this list of conditions and the following disclaimer in the 12 - * documentation and/or other materials provided with the distribution. 13 - * 3. The names of the above-listed copyright holders may not be used 14 - * to endorse or promote products derived from this software without 15 - * specific prior written permission. 16 - * 17 - * ALTERNATIVELY, this software may be distributed under the terms of the 18 - * GNU General Public License ("GPL") version 2, as published by the Free 19 - * Software Foundation. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 22 - * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 23 - * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24 - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25 - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26 - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27 - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28 - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 29 - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 30 - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 31 - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 - */ 33 - 34 - const char *vchiq_get_build_hostname(void); 35 - const char *vchiq_get_build_version(void); 36 - const char *vchiq_get_build_time(void); 37 - const char *vchiq_get_build_date(void);
-59
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_memdrv.h
··· 1 - /** 2 - * Copyright (c) 2010-2012 Broadcom. All rights reserved. 3 - * 4 - * Redistribution and use in source and binary forms, with or without 5 - * modification, are permitted provided that the following conditions 6 - * are met: 7 - * 1. Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions, and the following disclaimer, 9 - * without modification. 10 - * 2. Redistributions in binary form must reproduce the above copyright 11 - * notice, this list of conditions and the following disclaimer in the 12 - * documentation and/or other materials provided with the distribution. 13 - * 3. The names of the above-listed copyright holders may not be used 14 - * to endorse or promote products derived from this software without 15 - * specific prior written permission. 16 - * 17 - * ALTERNATIVELY, this software may be distributed under the terms of the 18 - * GNU General Public License ("GPL") version 2, as published by the Free 19 - * Software Foundation. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 22 - * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 23 - * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24 - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25 - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26 - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27 - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28 - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 29 - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 30 - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 31 - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 - */ 33 - 34 - #ifndef VCHIQ_MEMDRV_H 35 - #define VCHIQ_MEMDRV_H 36 - 37 - /* ---- Include Files ----------------------------------------------------- */ 38 - 39 - #include <linux/kernel.h> 40 - #include "vchiq_if.h" 41 - 42 - /* ---- Constants and Types ---------------------------------------------- */ 43 - 44 - /* ---- Variable Externs ------------------------------------------------- */ 45 - 46 - /* ---- Function Prototypes ---------------------------------------------- */ 47 - 48 - VCHIQ_STATUS_T vchiq_memdrv_initialise(void); 49 - 50 - VCHIQ_STATUS_T vchiq_userdrv_create_instance( 51 - const VCHIQ_PLATFORM_DATA_T * platform_data); 52 - 53 - VCHIQ_STATUS_T vchiq_userdrv_suspend( 54 - const VCHIQ_PLATFORM_DATA_T * platform_data); 55 - 56 - VCHIQ_STATUS_T vchiq_userdrv_resume( 57 - const VCHIQ_PLATFORM_DATA_T * platform_data); 58 - 59 - #endif
-59
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_version.c
··· 1 - /** 2 - * Copyright (c) 2010-2012 Broadcom. All rights reserved. 3 - * 4 - * Redistribution and use in source and binary forms, with or without 5 - * modification, are permitted provided that the following conditions 6 - * are met: 7 - * 1. Redistributions of source code must retain the above copyright 8 - * notice, this list of conditions, and the following disclaimer, 9 - * without modification. 10 - * 2. Redistributions in binary form must reproduce the above copyright 11 - * notice, this list of conditions and the following disclaimer in the 12 - * documentation and/or other materials provided with the distribution. 13 - * 3. The names of the above-listed copyright holders may not be used 14 - * to endorse or promote products derived from this software without 15 - * specific prior written permission. 16 - * 17 - * ALTERNATIVELY, this software may be distributed under the terms of the 18 - * GNU General Public License ("GPL") version 2, as published by the Free 19 - * Software Foundation. 20 - * 21 - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 22 - * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 23 - * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 24 - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25 - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26 - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27 - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28 - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 29 - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 30 - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 31 - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32 - */ 33 - #include "vchiq_build_info.h" 34 - #include <linux/broadcom/vc_debug_sym.h> 35 - 36 - VC_DEBUG_DECLARE_STRING_VAR(vchiq_build_hostname, "dc4-arm-01"); 37 - VC_DEBUG_DECLARE_STRING_VAR(vchiq_build_version, "9245b4c35b99b3870e1f7dc598c5692b3c66a6f0 (tainted)"); 38 - VC_DEBUG_DECLARE_STRING_VAR(vchiq_build_time, __TIME__); 39 - VC_DEBUG_DECLARE_STRING_VAR(vchiq_build_date, __DATE__); 40 - 41 - const char *vchiq_get_build_hostname(void) 42 - { 43 - return vchiq_build_hostname; 44 - } 45 - 46 - const char *vchiq_get_build_version(void) 47 - { 48 - return vchiq_build_version; 49 - } 50 - 51 - const char *vchiq_get_build_date(void) 52 - { 53 - return vchiq_build_date; 54 - } 55 - 56 - const char *vchiq_get_build_time(void) 57 - { 58 - return vchiq_build_time; 59 - }