The quilt patch titled Subject: units: add missing header has been removed from the -mm tree. Its filename was units-add-missing-header.patch This patch was dropped because it was merged into the mm-hotfixes-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Subject: units: add missing header Date: Tue, 28 Nov 2023 19:44:03 +0200 BITS_PER_BYTE is defined in bits.h. Link: https://lkml.kernel.org/r/20231128174404.393393-1-andriy.shevchenko@xxxxxxxxxxxxxxx Fixes: e8eed5f7366f ("units: Add BYTES_PER_*BIT") Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Damian Muszynski <damian.muszynski@xxxxxxxxx> Cc: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx> Cc: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/units.h | 1 + 1 file changed, 1 insertion(+) --- a/include/linux/units.h~units-add-missing-header +++ a/include/linux/units.h @@ -2,6 +2,7 @@ #ifndef _LINUX_UNITS_H #define _LINUX_UNITS_H +#include <linux/bits.h> #include <linux/math.h> /* Metric prefixes in accordance with Système international (d'unités) */ _ Patches currently in -mm which might be from andriy.shevchenko@xxxxxxxxxxxxxxx are mm-list_lru-update-kernel-documentation-to-follow-the-requirements.patch