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:
parent
fb03333f51
commit
363c6fefa6
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user