Re: [PATCH 4/5] Documentation/firmware/... convert #include "linux/..." to #include <linux/...>

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Randy Dunlap <randy.dunlap@...>
Cc: <kernel-janitors@...>, <linux-kernel@...>, Greg Kroah-Hartman <gregkh@...>, Markus Rechberger <markus.rechberger@...>
Date: Sunday, August 19, 2007 - 6:41 pm

On Sun, 2007-08-19 at 15:41 -0700, Randy Dunlap wrote:

I see, sorry.  I didn't read the file.
I thought it was a sample driver with a binary blob.

cheers,  Joe

Signed-off-by: Joe Perches <joe@perches.com>

diff --git a/Documentation/firmware_class/firmware_sample_driver.c b/Documentation/firmware_class/firmware_sample_driver.c
index 6865cbe..754ded2 100644
--- a/Documentation/firmware_class/firmware_sample_driver.c
+++ b/Documentation/firmware_class/firmware_sample_driver.c
@@ -13,7 +13,7 @@
 #include <linux/device.h>
 #include <linux/string.h>
 
-#include "linux/firmware.h"
+#include <linux/firmware.h>
 
 static struct device ghost_device = {
 	.bus_id    = "ghost0",



-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 4/5] Documentation/firmware/... convert #include ..., Joe Perches, (Sun Aug 19, 6:41 pm)