mtd: spi-nor: use kernel sized types instead of c99 types
authorTudor Ambarus <tudor.ambarus@linaro.org>
Wed, 1 Nov 2023 14:58:48 +0000 (14:58 +0000)
committerTudor Ambarus <tudor.ambarus@linaro.org>
Wed, 15 Nov 2023 06:07:04 +0000 (08:07 +0200)
commit075ede8d20f8f201900756af55c58994c6660659
tree6e2018dde62014dffadd7398132e11715b7e42c0
parentb85ea95d086471afb4ad062012a4d73cd328fa86
mtd: spi-nor: use kernel sized types instead of c99 types

The kernel offers and prefers the kernel sized types instead of the c99
types when not in the uapi directory, use them.

Link: https://lore.kernel.org/r/20231101145853.524045-2-tudor.ambarus@linaro.org
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
drivers/mtd/spi-nor/atmel.c
drivers/mtd/spi-nor/core.c
drivers/mtd/spi-nor/core.h
drivers/mtd/spi-nor/sst.c
drivers/mtd/spi-nor/swp.c