* [merged mm-hotfixes-stable] units-add-missing-header.patch removed from -mm tree
@ 2023-12-07 0:13 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-12-07 0:13 UTC (permalink / raw)
To: mm-commits, rdunlap, linux, herbert, damian.muszynski,
andriy.shevchenko, akpm
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1481 bytes --]
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@linux.intel.com>
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@linux.intel.com
Fixes: e8eed5f7366f ("units: Add BYTES_PER_*BIT")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Damian Muszynski <damian.muszynski@intel.com>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@linux.intel.com are
mm-list_lru-update-kernel-documentation-to-follow-the-requirements.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-07 0:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 0:13 [merged mm-hotfixes-stable] units-add-missing-header.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.