Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51d26112 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras
Browse files

[POWERPC] Constify of_platform_driver match_table

parent b1c30115
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ extern struct bus_type of_platform_bus_type;
struct of_platform_driver
{
	const char		*name;
	struct of_device_id	*match_table;
	const struct of_device_id	*match_table;
	struct module		*owner;

	int	(*probe)(struct of_device* dev,