OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../linux-header/PATCHv2-4-4-scsi-export-scsi_tgt_if.h.patch
  5. # Copyright (C) 2009 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. From patchwork Tue Sep 29 10:34:45 2009
  17. Content-Type: text/plain; charset="utf-8"
  18. MIME-Version: 1.0
  19. Content-Transfer-Encoding: 7bit
  20. Subject: [PATCHv2,4/4] scsi: export scsi_tgt_if.h
  21. Date: Tue, 29 Sep 2009 10:34:45 -0000
  22. From: Michael S. Tsirkin <mst@redhat.com>
  23. X-Patchwork-Id: 50526
  24. The header scsi_tgt_if.h is used by the SCSI target
  25. framework (tgt) (http://stgt.berlios.de/).
  26. Export it from kernel.
  27. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  28. ---
  29. include/scsi/Kbuild | 1 +
  30. 1 files changed, 1 insertions(+), 0 deletions(-)
  31. diff --git a/include/scsi/Kbuild b/include/scsi/Kbuild
  32. index a61932c..d798db8 100644
  33. --- a/include/scsi/Kbuild
  34. +++ b/include/scsi/Kbuild
  35. @@ -4,3 +4,4 @@ header-y += scsi.h
  36. header-y += scsi_netlink.h
  37. header-y += scsi_netlink_fc.h
  38. header-y += scsi_bsg_fc.h
  39. +header-y += scsi_tgt_if.h