diff options
Diffstat (limited to 'gnu/build/linux-modules.scm')
| -rw-r--r-- | gnu/build/linux-modules.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/build/linux-modules.scm b/gnu/build/linux-modules.scm index 6bf71100e49..5ff5198e8ab 100644 --- a/gnu/build/linux-modules.scm +++ b/gnu/build/linux-modules.scm | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | 21 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. |
| 22 | 22 | ||
| 23 | (define-module (gnu build linux-modules) | 23 | (define-module (gnu build linux-modules) |
| 24 | #:use-module (guix elf) | ||
| 25 | #:use-module (guix glob) | 24 | #:use-module (guix glob) |
| 26 | #:use-module (guix build syscalls) | 25 | #:use-module (guix build syscalls) |
| 27 | #:use-module ((guix build utils) #:select (find-files invoke)) | 26 | #:use-module ((guix build utils) #:select (find-files invoke)) |
| @@ -39,6 +38,7 @@ | |||
| 39 | #:use-module (ice-9 match) | 38 | #:use-module (ice-9 match) |
| 40 | #:use-module (ice-9 rdelim) | 39 | #:use-module (ice-9 rdelim) |
| 41 | #:autoload (ice-9 pretty-print) (pretty-print) | 40 | #:autoload (ice-9 pretty-print) (pretty-print) |
| 41 | #:use-module (system vm elf) | ||
| 42 | #:export (dot-ko | 42 | #:export (dot-ko |
| 43 | ensure-dot-ko | 43 | ensure-dot-ko |
| 44 | module-formal-name | 44 | module-formal-name |
