Commit 363c6fef authored by Gargi Sharma's avatar Gargi Sharma Committed by Greg Kroah-Hartman

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: default avatarGargi Sharma <gs051095@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fb03333f
......@@ -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(
......
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