Remove a few unused declarations in TEE subsystem

-----BEGIN PGP SIGNATURE-----
 
 iQJOBAABCgA4FiEEFV+gSSXZJY9ZyuB5LinzTIcAHJcFAmUBckwaHGplbnMud2lr
 bGFuZGVyQGxpbmFyby5vcmcACgkQLinzTIcAHJcQtQ/9Fqr9GRh8yGkFR1vtjL8B
 myBqJUCz/wVnixevLUurnVfpltkTkoa4yDTsUzlpzYIxmOqtaguQbAdKDFNNurce
 WqIoHz//XUYjurtQRbu54h5OrUAbaiwfVBzO6S2HKAnlUcAU7O8p+5V95QSSNgS6
 EsymTKlNdKQ0sdZuwi8ifKGRma3PAQNYXJ3TyRpiHD9KSyMJL7YyutelE/qWtQFU
 eg9Gfd+1dFyVC7aihEFMiD4PFbYvgFw6CT5df7e2/e/rbJSapjG/fW68dhJVNtmk
 v8iP6ot/Zs6V1InlfHzNWaLhlDRa1s7mQ6i17+r0+jj6tzR11PQVWd9PFk2uK964
 xcX+IeYQn4aBcj6SXz1s3IrTIJS2o2LNgYcgxLfMqwY8UasK1Z9Qrwt1Vxy4/Ihy
 2sGy53noTjudPE29DFizbIHjz5jV0OpQbBb1UMDYTcJgG5Pw8tIanfYvTGxQypCm
 oC0xN+RGXjbzti86NdOEc7BvPRihIx51AqmV8mdKLA4Ps5PxYnL9YkkikcqXFDEO
 +n/wGKhEF7X2AjBB5tsz794+WFl9fiuDsjBWL4sEoLoSRaQWabSmfiua4UvlvwdY
 MG9HhbQ9rQcjdPppbA/B1hUsKEYGBq8p7igaXzErlUNzKBkLyzszIKNDJ2uYLoHS
 IYwOa2UYg173FQRow1a7OME=
 =Uuct
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmUT8AQACgkQYKtH/8kJ
 UicIjxAA3/UQXHP58cMGZjD4OAyfJetSZwB4+OIV9xzpuWwW4c1uoFD16ZlRyP5S
 xuH34vLFWTkDsvtdkzF4kuRhFjCWTh5eFGByyOZAxoRoSjCUWLpPU5+48VO8Aqb3
 xyG9UeMzmxBb4oZCfrQjlPHzflP1c4knsQesPr6XFBOS8O4TmjLSFOh2qANly/j2
 ICRQyUbcUxLJ8GUM0cAkCSNyVgCzvuDKXnOyxxHBPTQn68g/4Y26DRH3kFj32je6
 XPlsIZrezwlYGYNg1Xo2io+8WYYF06BhBnsk58+133S2uXEjoXACFrCQqdGimRUj
 7avhF4u8cyC4MHUHxAXKmJWnuvhuqlOyGW1UeSckLrLyrUCvx/PUlJC2duzXRc9c
 PshzVVVO2w8X78GBOvTxH8RSnINRG5IGmF9mD8AnrhpNjZSqGLbl6nOGPQAExwyF
 ndW3qt5DYNTMd5JYuB7ueyYTuFH/RU9qtqUICRgRgK6UG2XBN8PHo0ElEzi7okXT
 kj7ZqOQcLpx5PNDPNRBtY6zlbiApF7MrPJmtP8XDodRmPV2QYzOPqTwxGeQgSY/k
 YBBSQS8P0HWShEtPzvKkrBcWbt7f7V5xNMP40JOnuuUnvevQSefgBpoGQ3fum4U1
 Mrt3N7Hb0cht4FRZW7TfvovRRa+Tzhjy7litH9QhMhac0x34vS8=
 =DxWr
 -----END PGP SIGNATURE-----

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>
This commit is contained in:
Arnd Bergmann 2023-09-27 11:04:03 +02:00
commit 68bb0c78d3
2 changed files with 0 additions and 4 deletions

View File

@ -238,8 +238,6 @@ int optee_notif_send(struct optee *optee, u_int key);
u32 optee_supp_thrd_req(struct tee_context *ctx, u32 func, size_t num_params,
struct tee_param *param);
int optee_supp_read(struct tee_context *ctx, void __user *buf, size_t len);
int optee_supp_write(struct tee_context *ctx, void __user *buf, size_t len);
void optee_supp_init(struct optee_supp *supp);
void optee_supp_uninit(struct optee_supp *supp);
void optee_supp_release(struct optee_supp *supp);

View File

@ -47,8 +47,6 @@ struct tee_device {
struct tee_shm_pool *pool;
};
int tee_shm_init(void);
int tee_shm_get_fd(struct tee_shm *shm);
bool tee_device_get(struct tee_device *teedev);