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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'optee-for-for-v6.6' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes

Remove a few unused declarations in TEE subsystem

* tag 'optee-for-for-v6.6' of https://git.linaro.org/people/jens.wiklander/linux-tee:
tee: Remove unused declarations

Link: https://lore.kernel.org/r/20230913083909.GA473533@rayden
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

-4
-2
drivers/tee/optee/optee_private.h
··· 238 238 u32 optee_supp_thrd_req(struct tee_context *ctx, u32 func, size_t num_params, 239 239 struct tee_param *param); 240 240 241 - int optee_supp_read(struct tee_context *ctx, void __user *buf, size_t len); 242 - int optee_supp_write(struct tee_context *ctx, void __user *buf, size_t len); 243 241 void optee_supp_init(struct optee_supp *supp); 244 242 void optee_supp_uninit(struct optee_supp *supp); 245 243 void optee_supp_release(struct optee_supp *supp);
-2
drivers/tee/tee_private.h
··· 47 47 struct tee_shm_pool *pool; 48 48 }; 49 49 50 - int tee_shm_init(void); 51 - 52 50 int tee_shm_get_fd(struct tee_shm *shm); 53 51 54 52 bool tee_device_get(struct tee_device *teedev);