main: modinfo reports new has_prepatch_v3

This commit is contained in:
Thomas Schoebel-Theuer 2022-08-25 12:09:13 +02:00
parent 34013933f0
commit 4657b49248
1 changed files with 4 additions and 1 deletions

View File

@ -8147,7 +8147,10 @@ MODULE_AUTHOR("Thomas Schoebel-Theuer <tst@{schoebel-theuer,1und1}.de>");
MODULE_VERSION(BUILDTAG " (" BUILDHOST " " BUILDDATE ")");
MODULE_LICENSE("GPL");
#ifdef MARS_HAS_PREPATCH_V2
#if 0 /* never this */
#elif defined(MARS_HAS_PREPATCH_V3)
MODULE_INFO(prepatch, "has_prepatch_v3");
#elif defined(MARS_HAS_PREPATCH_V2)
MODULE_INFO(prepatch, "has_prepatch_v2");
#elif defined(MARS_HAS_PREPATCH)
MODULE_INFO(prepatch, "has_prepatch_v1");