Skip to content

Commit

Permalink
mtd: physmap_of: Remove unused struct of_device_id
Browse files Browse the repository at this point in the history
This struct does not seem to be used anywhere on the code

Signed-off-by: Ricardo Ribalda Delgado <[email protected]>
Signed-off-by: Boris Brezillon <[email protected]>
  • Loading branch information
ribalda authored and Boris Brezillon committed Oct 4, 2018
1 parent 5b394b2 commit e42e175
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/mtd/maps/physmap_of_gemini.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@

#define FLASH_PARALLEL_HIGH_PIN_CNT (1 << 20) /* else low pin cnt */

static const struct of_device_id syscon_match[] = {
{ .compatible = "cortina,gemini-syscon" },
{ },
};

int of_flash_probe_gemini(struct platform_device *pdev,
struct device_node *np,
struct map_info *map)
Expand Down

0 comments on commit e42e175

Please sign in to comment.