mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
There are two small cleanups in this patch: - p9_errstr2errno was declared twice - remove one declaration. - A uint8_t type was mixed in, change it to u8 to match with the rest of the type names and remove dependency. Cc: Eric Van Hensbergen <[email protected]> Cc: Ron Minnich <[email protected]> Cc: Latchesar Ionkov <[email protected]> Cc: Pekka Enberg <[email protected]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Eric Van Hensbergen <[email protected]>