diff options
| author | Alan Maguire <[email protected]> | 2020-01-06 22:28:18 +0000 |
|---|---|---|
| committer | Shuah Khan <[email protected]> | 2020-01-09 23:41:05 +0000 |
| commit | 109fb06fdc6f6788df7dfbc235f7636a38e28fd4 (patch) | |
| tree | 60e4a5e207e71a5884624f4954c737c16593fd55 /lib/kunit/assert.c | |
| parent | apparmor: add AppArmor KUnit tests for policy unpack (diff) | |
| download | kernel-109fb06fdc6f6788df7dfbc235f7636a38e28fd4.tar.gz kernel-109fb06fdc6f6788df7dfbc235f7636a38e28fd4.zip | |
kunit: move string-stream.h to lib/kunit
string-stream interfaces are not intended for external use;
move them from include/kunit to lib/kunit accordingly.
Co-developed-by: Knut Omang <[email protected]>
Signed-off-by: Knut Omang <[email protected]>
Signed-off-by: Alan Maguire <[email protected]>
Reviewed-by: Brendan Higgins <[email protected]>
Tested-by: Brendan Higgins <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'lib/kunit/assert.c')
| -rw-r--r-- | lib/kunit/assert.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/kunit/assert.c b/lib/kunit/assert.c index 86013d4cf891..9aca71cee3df 100644 --- a/lib/kunit/assert.c +++ b/lib/kunit/assert.c @@ -7,6 +7,8 @@ */ #include <kunit/assert.h> +#include "string-stream.h" + void kunit_base_assert_format(const struct kunit_assert *assert, struct string_stream *stream) { |
