]> asedeno.scripts.mit.edu Git - linux.git/commit
modpost: add guid_t type definition
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Tue, 27 Aug 2019 11:14:37 +0000 (14:14 +0300)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 4 Sep 2019 13:55:42 +0000 (22:55 +0900)
commit389c9af7f1a1e564c18ab744528b7f64759b7875
treefb186ab5bc1452ca2e840629225248fa4ba09caf
parent858805b336be1cabb3d9033adaa3676574d12e37
modpost: add guid_t type definition

Since guid_t is the recommended data type for UUIDs in
kernel (and I guess uuid_le is meant to be ultimately
replaced with it), it should be made available here as
well.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/mod/file2alias.c