staging: vc04_services: Remove type and function prototype

The function prototype is for a function that is not even in
the kernel, and hence has been removed.
The type VCHIQ_SHARED_MEM_INFO_T is not used anywhere in the
kernel as well.

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Gargi Sharma 2017-03-15 18:41:11 +05:30 committed by Greg Kroah-Hartman
parent fb03333f51
commit 363c6fefa6
1 changed files with 0 additions and 12 deletions

View File

@ -41,22 +41,10 @@
/* ---- Constants and Types ---------------------------------------------- */
typedef struct {
void *arm_shared_mem_virt;
dma_addr_t arm_shared_mem_phys;
size_t arm_shared_mem_size;
void *vc_shared_mem_virt;
dma_addr_t vc_shared_mem_phys;
size_t vc_shared_mem_size;
} VCHIQ_SHARED_MEM_INFO_T;
/* ---- Variable Externs ------------------------------------------------- */
/* ---- Function Prototypes ---------------------------------------------- */
void vchiq_get_shared_mem_info(VCHIQ_SHARED_MEM_INFO_T *info);
VCHIQ_STATUS_T vchiq_memdrv_initialise(void);
VCHIQ_STATUS_T vchiq_userdrv_create_instance(