rpms/kernel/devel linux-2.6-ps3av-export-header.patch, NONE, 1.1 kernel-2.6.spec, 1.3035, 1.3036

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Mar 31 03:23:37 UTC 2007


Author: dwmw2

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5073

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-ps3av-export-header.patch 
Log Message:
Export ps3av.h


linux-2.6-ps3av-export-header.patch:
 Kbuild  |    1 +
 ps3av.h |    3 +++
 2 files changed, 4 insertions(+)

--- NEW FILE linux-2.6-ps3av-export-header.patch ---
diff --git a/include/asm-powerpc/Kbuild b/include/asm-powerpc/Kbuild
index 4869513..0f6c60b 100644
--- a/include/asm-powerpc/Kbuild
+++ b/include/asm-powerpc/Kbuild
@@ -34,6 +34,7 @@ unifdef-y += elf.h
 unifdef-y += nvram.h
 unifdef-y += param.h
 unifdef-y += posix_types.h
+unifdef-y += ps3av.h
 unifdef-y += ptrace.h
 unifdef-y += seccomp.h
 unifdef-y += signal.h
diff --git a/include/asm-powerpc/ps3av.h b/include/asm-powerpc/ps3av.h
index 1366fc5..6e34bcf 100644
--- a/include/asm-powerpc/ps3av.h
+++ b/include/asm-powerpc/ps3av.h
@@ -664,6 +664,8 @@ struct ps3av_pkt_avb_param {
 #define PS3AV_STATUS_UNSUPPORTED_HDMI_MODE	0x0012	/* unsupported hdmi mode */
 #define PS3AV_STATUS_NO_SYNC_HEAD		0x0013	/* sync head failed */
 
+#ifdef __KERNEL__
+
 extern void ps3av_set_hdr(u32, u16, struct ps3av_send_hdr *);
 extern int ps3av_do_pkt(u32, u16, size_t, struct ps3av_send_hdr *);
 
@@ -716,4 +718,5 @@ extern int ps3av_audio_mute(int);
 extern int ps3av_dev_open(void);
 extern int ps3av_dev_close(void);
 
+#endif  /* __KERNEL__ */
 #endif	/* _ASM_POWERPC_PS3AV_H_ */


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.3035
retrieving revision 1.3036
diff -u -r1.3035 -r1.3036
--- kernel-2.6.spec	30 Mar 2007 22:46:24 -0000	1.3035
+++ kernel-2.6.spec	31 Mar 2007 03:23:35 -0000	1.3036
@@ -437,6 +437,7 @@
 Patch363: linux-2.6-ps3-ethernet-modular.patch
 Patch364: linux-2.6-ps3-exports.patch
 Patch365: linux-2.6-ps3-ethernet-autoload.patch
+Patch366: linux-2.6-ps3av-export-header.patch
 
 # 500 - 599   s390(x)
 
@@ -1039,6 +1040,7 @@
 %patch363 -p1
 %patch364 -p1
 %patch365 -p1
+%patch366 -p1
 
 # S390
 




More information about the fedora-cvs-commits mailing list