diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-06-23 22:29:58 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-06-23 22:29:58 +0200 |
commit | 5f307a98fadcded368bbe8f95c445d0cc152a93e (patch) | |
tree | 379dbdb0cabc64a59e1763daa2522141078aefd3 /extras/mtd_probe/mtd_probe.h | |
parent | 674c3412bb5c921e611ad1289e21e9e3b4df9bf7 (diff) |
mtd_probe: add needed include, modprobe blacklist flag, and change some whitespace
Diffstat (limited to 'extras/mtd_probe/mtd_probe.h')
-rw-r--r-- | extras/mtd_probe/mtd_probe.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extras/mtd_probe/mtd_probe.h b/extras/mtd_probe/mtd_probe.h index 845a7a13d9..30396d07f6 100644 --- a/extras/mtd_probe/mtd_probe.h +++ b/extras/mtd_probe/mtd_probe.h @@ -1,7 +1,4 @@ /* - * mtd_probe.h - * This file is part of mtd_probe - * * Copyright (C) 2010 - Maxim Levitsky * * mtd_probe is free software; you can redistribute it and/or modify @@ -19,6 +16,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */ + #include <mtd/mtd-user.h> /* Full oob structure as written on the flash */ |